mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Started to implement private areas. Works mostly, but only one instance is created. All the push triggers work more or less except bounding box.
This commit is contained in:
@@ -636,7 +636,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
Log.info(String.Format("{0} has been logged out and saved.", this.customDisplayName));
|
||||
}
|
||||
|
||||
public Zone getZone()
|
||||
public Area getZone()
|
||||
{
|
||||
return zone;
|
||||
}
|
||||
|
Reference in New Issue
Block a user