Baseline changes to CREO, WEAP, TANO

This commit is contained in:
Waverunner
2014-12-11 14:39:15 -05:00
parent c85ac1cdb1
commit cff70541a7
5 changed files with 32 additions and 16 deletions
+1
View File
@@ -179,6 +179,7 @@ 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"))