diff --git a/Assets/Scripts/Networking/Server/SweServerRuntime.cs b/Assets/Scripts/Networking/Server/SweServerRuntime.cs index 5eb3fa065..e24a9d4da 100644 --- a/Assets/Scripts/Networking/Server/SweServerRuntime.cs +++ b/Assets/Scripts/Networking/Server/SweServerRuntime.cs @@ -1708,7 +1708,7 @@ namespace FloodSWE.Networking private void TrackSimulationProgress(HeightmapPacket packet) { - if (simulator == null || packet == null) + if (simulator == null) { return; }