mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Refactored how zones work. Cleaned out a lot of duplciations and smoothed out how Zones/PrivateAreas work.
This commit is contained in:
@@ -206,7 +206,7 @@ namespace Meteor.Map
|
||||
ownerActor = session.GetActor().currentSpawnedRetainer;
|
||||
//Is it a instance actor?
|
||||
if (ownerActor == null)
|
||||
ownerActor = session.GetActor().zone.FindActorInArea(eventStart.ownerActorID);
|
||||
ownerActor = session.GetActor().CurrentArea.FindActorInArea(eventStart.ownerActorID);
|
||||
//Is it a Director?
|
||||
if (ownerActor == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user