refactor workshop installation: make LuaCsInstaller a little less cursed

This commit is contained in:
EvilFactory
2022-08-23 14:58:42 -03:00
parent 5a38255ba7
commit ca89cbe418
6 changed files with 154 additions and 118 deletions
@@ -577,7 +577,7 @@ namespace Barotrauma
}
#if CLIENT
LuaCsUpdateChecker.Check();
LuaCsInstaller.CheckUpdate();
#endif
yield return CoroutineStatus.Success;