Remove CheckUpdate

This commit is contained in:
Evil Factory
2025-12-29 11:52:35 -03:00
committed by Maplewheels
parent bd5d04f5ab
commit 71c2e54afd
2 changed files with 0 additions and 71 deletions
@@ -636,9 +636,6 @@ namespace Barotrauma
HasLoaded = true;
log("LOADING COROUTINE FINISHED");
#if CLIENT
LuaCsInstaller.CheckUpdate();
#endif
contentLoaded = true;
while (postContentLoadActions.TryDequeue(out Action action))