mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
[Server] Remove unused Main callback
This commit is contained in:
parent
b83e4056a8
commit
efa362031e
@ -150,7 +150,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
static constexpr ScriptCallbackData callbacks[]{
|
static constexpr ScriptCallbackData callbacks[]{
|
||||||
{"Main", Function<int, int, int>()},
|
|
||||||
{"OnServerInit", Function<void>()},
|
{"OnServerInit", Function<void>()},
|
||||||
{"OnServerPostInit", Function<void>()},
|
{"OnServerPostInit", Function<void>()},
|
||||||
{"OnServerExit", Function<void, bool>()},
|
{"OnServerExit", Function<void, bool>()},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user