mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-07-13 20:00:58 -04:00
Fixed static objects not loading
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user