Starting update to 1.6.2

This commit is contained in:
StevenRS11
2013-11-06 16:01:31 -05:00
parent a3b38a2c05
commit 52fcfdaf49
6 changed files with 22 additions and 20 deletions

View File

@@ -357,7 +357,7 @@ public class DDTeleporter
oldWorld.getChunkFromChunkCoords(entX, entZ).isModified = true;
}
// Memory concerns.
oldWorld.releaseEntitySkin(entity);
oldWorld.releaseEntitySkin(entity);
if (player == null) // Are we NOT working with a player?
{