Unload dimensions on discon, don't freak out on TE load if dimensions

aren't there
This commit is contained in:
CannibalVox
2015-03-12 11:33:33 -05:00
parent 6651559793
commit 7e8b682c23
2 changed files with 7 additions and 5 deletions

View File

@@ -122,6 +122,7 @@ public class EventHookContainer
if (!PocketManager.isLoaded())
{
PocketManager.load();
PocketManager.isConnected = true;
}
}