1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update ProgrammableAndroid.java

This commit is contained in:
a 2021-04-27 09:36:16 -05:00
parent bf5ada4eab
commit a1619206ea

View File

@ -681,7 +681,7 @@ public class ProgrammableAndroid extends SlimefunItem implements InventoryBlock,
// The Android was destroyed or moved. // The Android was destroyed or moved.
return; return;
} }
if ("false".equals(data.getString("paused"))) { if ("false".equals(data.getString("paused"))) {
BlockMenu menu = BlockStorage.getInventory(b); BlockMenu menu = BlockStorage.getInventory(b);