forked from teamnwah/openmw-tes3coop
[Server] Remove unused Main callback
This commit is contained in:
parent
b83e4056a8
commit
efa362031e
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ public:
|
|||
};
|
||||
|
||||
static constexpr ScriptCallbackData callbacks[]{
|
||||
{"Main", Function<int, int, int>()},
|
||||
{"OnServerInit", Function<void>()},
|
||||
{"OnServerPostInit", Function<void>()},
|
||||
{"OnServerExit", Function<void, bool>()},
|
||||
|
|
Loading…
Reference in a new issue