Checks and fixes for lua.

This commit is contained in:
Filip Maj
2017-03-20 21:51:43 -04:00
parent 7c25b14640
commit 0a94840419
5 changed files with 33 additions and 10 deletions

View File

@@ -1271,7 +1271,7 @@ namespace FFXIVClassic_Map_Server.Actors
public void SendInstanceUpdate()
{
Server.GetWorldManager().SeamlessCheck(this);
//Server.GetWorldManager().SeamlessCheck(this);
//Update Instance
List<Actor> aroundMe = new List<Actor>();