The great event move

This commit is contained in:
Evil Factory
2026-02-20 18:45:41 -03:00
parent c28a08a713
commit f52617deab
22 changed files with 508 additions and 112 deletions
@@ -213,9 +213,6 @@ namespace Barotrauma.Networking
public void Update(float deltaTime)
{
var result = GameMain.LuaCs.Hook.Call<bool?>("respawnManager.update");
if (result != null && result.Value) { return; }
foreach (var teamSpecificState in teamSpecificStates.Values)
{
if (RespawnShuttles.None())