From fff55eb0169e9c3f884c4922a0bfc89dcab3ce1f Mon Sep 17 00:00:00 2001 From: NEMESIS13cz Date: Sat, 12 Sep 2015 21:10:17 +0200 Subject: [PATCH] Fixed spelling error (thanks keyboard) --- misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")