Working on rift remover strangeness

This commit is contained in:
StevenRS11
2014-01-19 22:15:12 -05:00
parent 8b108688f1
commit 9fe071368e
22 changed files with 6 additions and 15 deletions

View File

@@ -74,7 +74,10 @@ public class EventHookContainer
RiftRegenerator.regenerateRiftsInAllWorlds();
}
this.playMusicForDim(event.world);
if(event.world!=null)
{
this.playMusicForDim(event.world);
}
}
@ForgeSubscribe