mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
Updated calls to Race, Hair is no longer created with an empty hair template
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user