forked from mirror/openmw-tes3mp
[Server] Fix Miscellaneous category of script functions
This commit is contained in:
parent
0baada0aa2
commit
684517e02f
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public:
|
||||||
GUIFUNCTIONS,
|
GUIFUNCTIONS,
|
||||||
CHARCLASSFUNCTIONS,
|
CHARCLASSFUNCTIONS,
|
||||||
WORLDFUNCTIONS,
|
WORLDFUNCTIONS,
|
||||||
MISCELLANEOUSFUNCTIONS
|
MISCELLANEOUSAPI
|
||||||
};
|
};
|
||||||
|
|
||||||
static constexpr ScriptCallbackData callbacks[]{
|
static constexpr ScriptCallbackData callbacks[]{
|
||||||
|
|
Loading…
Reference in a new issue