mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
removed solstice's ability of using the hiddencat, ever
This commit is contained in:
parent
e4b9285eac
commit
41034075fd
@ -6,6 +6,7 @@ import java.util.List;
|
||||
|
||||
import org.lwjgl.opengl.GL11;
|
||||
|
||||
import com.hbm.items.ModItems;
|
||||
import com.hbm.lib.RefStrings;
|
||||
import com.hbm.main.MainRegistry;
|
||||
import com.hbm.packet.ItemBobmazonPacket;
|
||||
@ -50,6 +51,9 @@ public class GUIScreenBobmazon extends GuiScreen {
|
||||
currentPage = 0;
|
||||
if(currentPage > getPageCount())
|
||||
currentPage = getPageCount();
|
||||
|
||||
if(this.player.getHeldItem() != null && this.player.getHeldItem().getItem() == ModItems.bobmazon_hidden && player.getDisplayName().equals("SolsticeUnlimitd"))
|
||||
this.mc.thePlayer.closeScreen();
|
||||
}
|
||||
|
||||
public void drawScreen(int mouseX, int mouseY, float f)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user