1
0
Fork 1
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:
Koncord 2017-10-25 16:05:45 +08:00
parent 05abb8ace3
commit d44848ecbb

View file

@ -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,