added workshop update checker

This commit is contained in:
Evil Factory
2022-04-13 19:41:43 -03:00
parent e87e9341ef
commit 5dd44dacf3
4 changed files with 88 additions and 10 deletions
@@ -563,6 +563,11 @@ namespace Barotrauma
{
DebugConsole.NewMessage("LOADING COROUTINE FINISHED", Color.Lime);
}
#if CLIENT
LuaCsUpdateChecker.Check();
#endif
yield return CoroutineStatus.Success;
}