This commit is contained in:
Major-
2014-02-14 23:03:14 +00:00
parent 951532e922
commit f4f1b088cc
+1
View File
@@ -63,4 +63,5 @@ public final class Npc extends Mob {
public String toString() {
return "[" + Npc.class.getName() + ": id=" + definition.getId() + ", name=" + definition.getName() + "]";
}
}