This commit is contained in:
Light2
2013-07-29 22:01:04 +02:00
48 changed files with 2933 additions and 375 deletions
+1 -1
View File
@@ -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 {