mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
fixes in Settings
This commit is contained in:
@@ -934,6 +934,7 @@ void LuaInterface::pushBoolean(bool v)
|
||||
|
||||
void LuaInterface::pushCString(const char* v)
|
||||
{
|
||||
assert(v);
|
||||
lua_pushstring(L, v);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user