This commit is contained in:
Evil Factory
2021-04-14 01:00:56 -03:00
parent 756708b0d3
commit e8c99c14eb
8 changed files with 851 additions and 58 deletions
@@ -2416,8 +2416,6 @@ namespace Barotrauma.Networking
Log("Round started.", ServerLog.MessageType.ServerMessage);
GameMain.Lua.hook.Call("roundStart", new MoonSharp.Interpreter.DynValue[] { });
gameStarted = true;
initiatedStartGame = false;
@@ -2427,6 +2425,9 @@ namespace Barotrauma.Networking
roundStartTime = DateTime.Now;
GameMain.Lua.hook.Call("roundStart", new MoonSharp.Interpreter.DynValue[] { });
yield return CoroutineStatus.Success;
}