Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at mytown.handlers.VisualsHandler$VisualObject.access$000(VisualsHandler.java:338)
at mytown.handlers.VisualsHandler.tick(VisualsHandler.java:36)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_105_VisualsHandler_tick_ServerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:264)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:829)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
at java.lang.Thread.run(Thread.java:745)