mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Seamless zoning implemented WOOOO!
This commit is contained in:
@@ -1243,10 +1243,11 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
}
|
||||
|
||||
public void SendInstanceUpdate()
|
||||
{
|
||||
|
||||
//Update Instance
|
||||
{
|
||||
|
||||
Server.GetWorldManager().SeamlessCheck(this);
|
||||
|
||||
//Update Instance
|
||||
List<Actor> aroundMe = new List<Actor>();
|
||||
|
||||
aroundMe.AddRange(zone.GetActorsAroundActor(this, 50));
|
||||
|
Reference in New Issue
Block a user