spelling mistakes

This commit is contained in:
shillingp
2014-06-16 22:09:20 +00:00
parent 26c5f4d1de
commit 6d63b37d68

View File

@@ -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())