moved lua initialization to be after the server is running

This commit is contained in:
Evil Factory
2021-09-07 17:32:20 -03:00
parent 76f389dff9
commit 2888383b8f
2 changed files with 4 additions and 4 deletions
@@ -137,9 +137,6 @@ namespace Barotrauma
NetLobbyScreen = new NetLobbyScreen();
CheckContentPackage();
Lua = new LuaSetup();
}