mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-21 06:13:49 -04:00
Owner is now set for player's, changed some system messages in moveObject method
This commit is contained in:
@@ -159,7 +159,7 @@ public class ZoneService extends Service {
|
||||
creatureObj.setLocation(start);
|
||||
//playerObj.setLocation(start); //no location as it's a child of CreatureObject
|
||||
player.setCreatureObject(creatureObj);
|
||||
|
||||
creatureObj.setOwner(player);
|
||||
creatureObj.setSlot("ghost", playerObj);
|
||||
return creatureObj.getObjectId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user