Deleted AString class, Updated skills to use new SWGList constructor for strings

This commit is contained in:
Waverunner
2014-12-12 00:56:26 -05:00
parent 9c08b1ab54
commit 94b916b499
4 changed files with 4 additions and 39 deletions
-1
View File
@@ -195,7 +195,6 @@ public class ObjectManager extends Manager {
}
private SWGObject createObjectFromTemplate(long objectId, String template) {
// TODO: Set the stfFile name and set the stfKey automatically based on the template.
if (!template.startsWith("object/"))
return null;
if (!template.endsWith(".iff"))