@Override
public void resetMailboxInfo() {
if (Proxies.common.getClientInstance().thePlayer == null || Proxies.common.getClientInstance().theWorld == null)
return;
GuiMailboxInfo.instance = new GuiMailboxInfo();
if (!Proxies.common.isSimulating(Proxies.common.getRenderWorld()))
Proxies.net.sendToServer(new ForestryPacket(PacketIds.POBOX_INFO_REQUEST));
else {
GameProfile profile = Proxies.common.getClientInstance().thePlayer.getGameProfile();