feat: onInit event now calls by Websocket server
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user