Fixed initialization not being called on the client if there's csharp mods present without the cs package

This commit is contained in:
EvilFactory
2023-08-11 11:52:44 -03:00
parent 1e385e9ed3
commit 8724254247

View File

@@ -34,6 +34,7 @@ namespace Barotrauma
if (GameMain.Client.IsServerOwner)
{
new GUIMessageBox("", "You have CSharp mods enabled but don't have the Cs For Barotrauma package enabled, those mods might not work.");
Initialize();
return;
}