ForgePatch/patches/minecraft
Christian f06e0be5e5 We try and log a message if we detect a world leak: it's probably not infallible, but it should
help mod developers- if you see this when testing your mod with, say, mystcraft, you're probably
keeping a hold of an invalid handle to the World (either directly, or indirectly via Entity or TileEntity)
and you should look to refactor to wrap those handles in WeakReferences
2013-01-27 10:43:35 -05:00
..
net/minecraft We try and log a message if we detect a world leak: it's probably not infallible, but it should 2013-01-27 10:43:35 -05:00