Also cleanup entity in PalyerLocation (@Score_Under).

This commit is contained in:
asofold 2012-10-07 23:23:21 +02:00
parent 645f17253b
commit 964da9ac46

View File

@ -413,6 +413,7 @@ public class PlayerLocation {
* Set some references to null.
*/
public void cleanup(){
entity = null;
world = null;
worldServer = null;
boundingBox = null;