Small misc cleanup

This commit is contained in:
Dico200
2015-04-29 03:27:52 +02:00
parent c451b2247b
commit 1afaec2a08

View File

@@ -256,9 +256,6 @@ def rs_material_broken_by_flow(material):
return length > 1 and (parts[0] == "DIODE" or parts[1] in ("TORCH", "WIRE", "BUTTON", "HOOK") or (length == 3 and parts[1] == "COMPARATOR")) return length > 1 and (parts[0] == "DIODE" or parts[1] in ("TORCH", "WIRE", "BUTTON", "HOOK") or (length == 3 and parts[1] == "COMPARATOR"))
""" """
@hook.event("player.AsyncPlayerChatEvent", "lowest") @hook.event("player.AsyncPlayerChatEvent", "lowest")
def on_chat(event): def on_chat(event):