mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-12 19:21:42 +00:00
[Server] Fix build
This commit is contained in:
parent
05abb8ace3
commit
d44848ecbb
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ LuaState::LuaState()
|
|||
LOG_APPEND(level, "%s", message);
|
||||
});
|
||||
|
||||
lua->new_enum("Log"
|
||||
lua->new_enum("Log",
|
||||
"LOG_FATAL", Log::LOG_FATAL,
|
||||
"LOG_ERROR", Log::LOG_ERROR,
|
||||
"LOG_WARN", Log::LOG_WARN,
|
||||
|
|
Loading…
Reference in a new issue