summaryrefslogtreecommitdiff
path: root/scriptutils.py
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-08-14 00:57:43 +0200
committerNEMESIS13cz <seke94@seznam.cz>2015-08-14 00:57:43 +0200
commitfcda6222597c1a81d598656648680e79798e0edc (patch)
tree5a5d90d927878e05b33f8ab3b9adc9fdc69fec6c /scriptutils.py
parente400f9999a7e56f233be7ea9f4f40ec2a63c3d0d (diff)
Fixed spelling error
Diffstat (limited to 'scriptutils.py')
-rw-r--r--scriptutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scriptutils.py b/scriptutils.py
index f4254ca..2e0dd2d 100644
--- a/scriptutils.py
+++ b/scriptutils.py
@@ -102,7 +102,7 @@ Prints the world trimming started message and starts trimming
@hook.command("script_trim")
def print_backup_trim(sender, command, label, args):
if not is_player(sender):
- broadcast(None, "&4 =&3 Deleting all chunks beyond broder now.")
+ broadcast(None, "&4 =&3 Deleting all chunks beyond border now.")
server.dispatchCommand(server.getConsoleSender(), "wb Creative trim 1000000 15")
server.dispatchCommand(server.getConsoleSender(), "wb trim confirm")
else: