1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 01:37:47 +00:00

Remove extra qualification

This commit is contained in:
Pinapelz 2023-03-06 11:11:25 -08:00
parent 5fdbc90487
commit 8591cb857a

View file

@ -489,8 +489,8 @@ namespace Sapphire::Entity
void setRecastGroup( uint8_t index, float time ); void setRecastGroup( uint8_t index, float time );
float getRecastGroup( uint8_t index ) const; float getRecastGroup( uint8_t index ) const;
const std::array< float, 80 >& Player::getRecastGroups() const; const std::array< float, 80 >& getRecastGroups() const;
const std::array< float, 80 >& Player::getRecastGroupsMax() const; const std::array< float, 80 >& getRecastGroupsMax() const;
void resetRecastGroups(); void resetRecastGroups();