mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-10 04:41:32 -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.toggleGameMenu();
|
||||||
gui.openWindow("inventory");
|
gui.openWindow("inventory");
|
||||||
}
|
}
|
||||||
fn openWorkbench() void {
|
|
||||||
if(game.world == null) return;
|
|
||||||
gui.toggleGameMenu();
|
|
||||||
gui.openWindow("workbench");
|
|
||||||
}
|
|
||||||
fn openCreativeInventory() void {
|
fn openCreativeInventory() void {
|
||||||
if(game.world == null) return;
|
if(game.world == null) return;
|
||||||
if(!game.Player.isCreative()) return;
|
if(!game.Player.isCreative()) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user