Closes #1283: Add custom Callable to prevent memory leaks
This commit is contained in:
@@ -2063,7 +2063,7 @@ public class Platform
|
||||
{
|
||||
if( !worldObj.isRemote )
|
||||
{
|
||||
TickHandler.INSTANCE.addCallable( worldObj, new BlockUpdate( worldObj, pos ) );
|
||||
TickHandler.INSTANCE.addCallable( worldObj, new BlockUpdate( pos ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user