diff --git a/misc.py b/misc.py index ea7bf9a..ea9ba6a 100644 --- a/misc.py +++ b/misc.py @@ -262,7 +262,7 @@ def on_warn_command(sender, command, label, args): @hook.command("warnp") def on_warnp_command(sender, command, label, args): - broadcast(None, " &b= &2&lPosible lag incoming! &r-%s" % sender.getDisplayName()) + broadcast(None, " &b= &2&lPossible lag incoming! &r-%s" % sender.getDisplayName()) """ Something I'm planning for schematics @hook.event("player.PlayerCommandPreprocessEvent", "low")