Skip to content
Snippets Groups Projects
Commit 0286f742 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on TTool-AI

parent 5e19c78f
No related branches found
No related tags found
No related merge requests found
...@@ -159,8 +159,7 @@ public class AvatarAttribute extends AvatarLeftHand implements NameChecker.NameS ...@@ -159,8 +159,7 @@ public class AvatarAttribute extends AvatarLeftHand implements NameChecker.NameS
} }
return this.type.getStringType(); return this.type.getStringType();
} }
public String toString() { public String toString() {
String ret = getStringType() + " " + getName(); String ret = getStringType() + " " + getName();
if (initialValue == null) { if (initialValue == null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment