Small misc cleanup
This commit is contained in:
3
misc.py
3
misc.py
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user