temp commit for ent stuff

This commit is contained in:
darkk1138
2013-11-30 12:32:19 +01:00
parent 453cf3e7d2
commit 2e3879321b
5 changed files with 405 additions and 1 deletions
+4 -1
View File
@@ -21,6 +21,7 @@
******************************************************************************/
package services.object;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.ByteOrder;
import java.sql.PreparedStatement;
@@ -237,10 +238,12 @@ public class ObjectService implements INetworkDispatch {
}
}
} catch (FileNotFoundException e) {
System.out.println("!File Not Found:" + template.toString());
} catch (IOException e) {
System.out.println("!IO error " + template.toString());
e.printStackTrace();
}
}
public SWGObject createObject(String Template, Planet planet) {