summaryrefslogtreecommitdiff
path: root/misc.py
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-09-12 21:10:17 +0200
committerNEMESIS13cz <seke94@seznam.cz>2015-09-12 21:10:17 +0200
commitfff55eb0169e9c3f884c4922a0bfc89dcab3ce1f (patch)
tree7b79093e04fa8a37316c33ea04da217cb65b8cda /misc.py
parenta7ed59cfbf8e1111dd739b7aecf6d6517c713011 (diff)
Fixed spelling error (thanks keyboard)
Diffstat (limited to 'misc.py')
-rw-r--r--misc.py2
1 files changed, 1 insertions, 1 deletions
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")