Forgot to save this last check

This commit is contained in:
Dico200
2015-05-18 23:06:24 +02:00
parent bd05374db0
commit 5dba052fa9
+2 -1
View File
@@ -254,7 +254,8 @@ def on_block_place(event):
elif ((material == Material.FURNACE and player.hasPermission("utils.toggle.furnace")) elif ((material == Material.FURNACE and player.hasPermission("utils.toggle.furnace"))
or (material == Material.DROPPER and player.hasPermission("utils.toggle.dropper")) or (material == Material.DROPPER and player.hasPermission("utils.toggle.dropper"))
or (material == Material.HOPPER and player.hasPermission("utils.toggle.hopper"))
): ):
stacks = get(str(material).lower()).get(uuid) stacks = get(str(material).lower()).get(uuid)
if stacks != None: # Enabled if stacks != None: # Enabled