Null the block as well? (#1630)

This commit is contained in:
Patrick 'Quezler' Mounier
2020-02-24 17:44:39 +01:00
committed by GitHub
parent c989504bf6
commit ce1884512d

View File

@@ -568,6 +568,7 @@ public class Administration{
player = null;
type = null;
tile = null;
block = null;
}
}