Fix small text typos

This commit is contained in:
libraryaddict
2014-04-04 18:30:20 +13:00
parent 202929573e
commit d16da8d26f
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ public enum DisguiseSound {
s = (String) obj;
} else if (obj instanceof Sound) {
s = ReflectionManager.getCraftSound((Sound) obj);
System.out.print("Warning, the sound " + obj + " needs to be converted to a string");
System.out.print("Warning! The sound " + obj + " needs to be converted to a string");
} else {
throw new RuntimeException("Was given a unknown object " + obj);
}