Fixed static objects not loading

This commit is contained in:
Obique PSWG
2015-09-30 08:24:36 -05:00
parent 264971e178
commit ddedcacdab
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public class StaticService extends Service {
}
}
private void createSupportingObjects(SWGObject object) {
public void createSupportingObjects(SWGObject object) {
synchronized (databaseMutex) {
try {
getSupportingStatement.setString(1, object.getTemplate());