This commit is contained in:
eaglercraft
2024-04-20 19:58:35 -07:00
parent d262f9c825
commit ddc90126af
170 changed files with 7194 additions and 758 deletions

View File

@@ -551,4 +551,8 @@ public class GuiScreenBook extends GuiScreen {
}
}
}
public boolean blockPTTKey() {
return this.bookIsUnsigned;
}
}