Possible compiler fix

This commit is contained in:
Lion Kortlepel
2021-09-17 00:54:41 +02:00
parent a44050f0f1
commit c73d56c143
2 changed files with 2 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ sol::table TLuaEngine::StateThreadData::Lua_GetPlayerIdentifiers(int ID) {
return sol::nil;
}
}
sol::table TLuaEngine::StateThreadData::Lua_GetPlayers() {
sol::table Result = mStateView.create_table();
mEngine->Server().ForEachClient([&](std::weak_ptr<TClient> Client) -> bool {