Added popups telling you to run CSharp when joining a server with CSharp mods enabled but without the Cs package

This commit is contained in:
EvilFactory
2022-12-29 15:13:18 -03:00
parent c665d3e9c7
commit 82934cf9ed
3 changed files with 77 additions and 4 deletions
@@ -116,7 +116,7 @@ namespace Barotrauma
ContentPackageManager.EnabledPackages.SetRegular(regularPackages);
}
GameMain.NetLobbyScreen.Select();
GameMain.LuaCs.Initialize();
GameMain.LuaCs.CheckInitialize();
return;
}