feat: onInit event now calls by Websocket server

This commit is contained in:
AURUMVORXX
2025-04-16 12:46:48 +03:00
parent 99a6861f2e
commit 441b0d012c
2 changed files with 1 additions and 10 deletions

View File

@@ -30,16 +30,6 @@ addEventHandler("onBan", function(banInfo)
_PyG2O_Send(data);
});
addEventHandler("onInit", function()
{
local data = {
event = "onInit",
args = {}
}
_PyG2O_Send(data);
});
addEventHandler("onExit", function()
{
local data = {