mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-01 02:15:58 -04:00
Deleted AString class, Updated skills to use new SWGList constructor for strings
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user