mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Remove unused openWorkbench function (#1153)
This commit is contained in:
parent
0236451ac8
commit
565bb7b8c4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user