Add proper lua api deprecated handling
This commit is contained in:
@@ -98,3 +98,8 @@ void GameScripting::InitializeModApi(lua_State *L, int top)
|
||||
ObjectRef::Register(L);
|
||||
LuaSettings::Register(L);
|
||||
}
|
||||
|
||||
void log_deprecated(std::string message)
|
||||
{
|
||||
log_deprecated(NULL,message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user