Updated calls to Race, Hair is no longer created with an empty hair template

This commit is contained in:
Waverunner
2014-12-12 12:12:36 -05:00
parent 94b916b499
commit 78c811542d
3 changed files with 9 additions and 13 deletions
-6
View File
@@ -222,12 +222,6 @@ public class ObjectManager extends Manager {
}
private TangibleObject createTangibleObject(long objectId, String template) {
if (!template.startsWith("tangible/"))
return null;
template = template.substring(9);
switch (getFirstTemplatePart(template)) {
}
return new TangibleObject(objectId);
}