mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
moved pathing crap out of actor
- despawn actors on moving too far from spawn - added clampy stuff (<3 devi)
This commit is contained in:
parent
bd97e72774
commit
a62475e81e
12 changed files with 308 additions and 239 deletions
|
@ -134,7 +134,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
{
|
||||
//Don't send for static characters (npcs)
|
||||
// todo: this is retarded, need actual mob class
|
||||
if (actor is Character && !actor.hasMoved && ((Character)actor).isStatic)
|
||||
if (actor is Character && !actor.hasMoved)
|
||||
continue;
|
||||
|
||||
// todo: again, this is retarded but debug stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue