mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-12 18:37:46 +00:00
Fixed typo
This commit is contained in:
parent
0215d8eccb
commit
060e26e193
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Sapphire::World::Util
|
|||
virtual bool conditionApplies( const Entity::Actor& actor );
|
||||
};
|
||||
|
||||
class ActorFilterRange : public ActorFilter
|
||||
class ActorFilterInRange : public ActorFilter
|
||||
{
|
||||
FFXIVARR_POSITION3 m_startPos;
|
||||
float m_range;
|
||||
|
|
Loading…
Add table
Reference in a new issue