Remove unused openWorkbench function (#1153)

This commit is contained in:
Krzysztof Wiśniewski 2025-03-05 19:44:29 +01:00 committed by GitHub
parent 0236451ac8
commit 565bb7b8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -268,11 +268,6 @@ fn openInventory() void {
gui.toggleGameMenu();
gui.openWindow("inventory");
}
fn openWorkbench() void {
if(game.world == null) return;
gui.toggleGameMenu();
gui.openWindow("workbench");
}
fn openCreativeInventory() void {
if(game.world == null) return;
if(!game.Player.isCreative()) return;