From 8d0a66d492ff60097f54947ba7d2859407c9e225 Mon Sep 17 00:00:00 2001
From: shillingp
Date: Mon, 16 Jun 2014 22:09:20 +0000
Subject: [PATCH] spelling mistakes
---
misc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc.py b/misc.py
index 9eb0c36..6d853e8 100644
--- a/misc.py
+++ b/misc.py
@@ -36,7 +36,7 @@ def onJoin(event):
headloc = player.getEyeLocation().getBlock().getType()
if str(loginloc) == "PORTAL" or str(headloc) == "PORTAL":
msg(player, "&4Looks like you spawned in a portal... Let me help you out")
- msg(player, "&6You can use back if you &nreally&6 want to go back")
+ msg(player, "&6You can use /back if you &nreally&6 want to go back")
player.teleport(player.getWorld().getSpawnLocation())