From ce1884512d139e8efad771b7bff1c803d404f51f Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Mon, 24 Feb 2020 17:44:39 +0100 Subject: [PATCH] Null the block as well? (#1630) --- core/src/mindustry/net/Administration.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/net/Administration.java b/core/src/mindustry/net/Administration.java index e071bf7da0..1c452d81da 100644 --- a/core/src/mindustry/net/Administration.java +++ b/core/src/mindustry/net/Administration.java @@ -568,6 +568,7 @@ public class Administration{ player = null; type = null; tile = null; + block = null; } }