Minor Change

Minor mix-up with saving a change to a comment
This commit is contained in:
SenseiKiwi 2014-03-26 03:32:17 -04:00
parent 35c5943faf
commit 248ac1ecf4

View file

@ -92,7 +92,7 @@ public class EventHookContainer
if (mod_pocketDim.itemDimensionalDoor.tryToPlaceDoor(stack, event.entityPlayer, world,
event.x, event.y, event.z, event.face))
{
// Cancel the event so that we don't get two doors
// Cancel the event so that we don't get two doors from vanilla doors
event.setCanceled(true);
}
}