[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); LOG_APPEND(level, "%s", message);
}); });
lua->new_enum("Log" lua->new_enum("Log",
"LOG_FATAL", Log::LOG_FATAL, "LOG_FATAL", Log::LOG_FATAL,
"LOG_ERROR", Log::LOG_ERROR, "LOG_ERROR", Log::LOG_ERROR,
"LOG_WARN", Log::LOG_WARN, "LOG_WARN", Log::LOG_WARN,