[Server] Fix build

new-script-api
Koncord 7 years ago
parent 05abb8ace3
commit d44848ecbb

@ -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…
Cancel
Save