mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-22 07:13:28 -04:00
Update SWGList, add gild deltas, play title delta
This commit is contained in:
@@ -155,7 +155,7 @@ public class ObjectService implements INetworkDispatch {
|
||||
|
||||
} else if(Template.startsWith("object/guild")) {
|
||||
|
||||
object = new GuildObject(objectID, planet, position, orientation, Template);
|
||||
object = new GuildObject(core, objectID, planet, position, orientation, Template);
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user