Potential fix for #158

This commit is contained in:
EvilFactory
2023-11-10 10:59:03 -03:00
parent e67b2c8121
commit eeb7e3080f

View File

@@ -508,6 +508,10 @@ namespace Barotrauma
else { RunNone(); }
}
#if SERVER
GameMain.Server.ServerSettings.LoadClientPermissions();
#endif
executionNumber++;
}
}