better message formatting

This commit is contained in:
jomo
2014-07-14 05:42:44 +02:00
parent 60c6b957f1
commit 502aa3acc5

View File

@@ -110,7 +110,7 @@ def onBreak(event):
else:
event.setCancelled(True)
msg(sender, "&cYou cannot destroy this input!")
msg(sender, "&7&lSneak&7 and break if you want to remove it.")
msg(sender, "&c&nSneak&c and break if you want to remove it.")
return True