mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
Merge pull request #910 from pinapelz/fix_linux_build
[3.x] Fix Linux build (remove extra qualification)
This commit is contained in:
commit
819f2842b0
1 changed files with 2 additions and 2 deletions
|
@ -489,8 +489,8 @@ namespace Sapphire::Entity
|
|||
void setRecastGroup( uint8_t index, float time );
|
||||
|
||||
float getRecastGroup( uint8_t index ) const;
|
||||
const std::array< float, 80 >& Player::getRecastGroups() const;
|
||||
const std::array< float, 80 >& Player::getRecastGroupsMax() const;
|
||||
const std::array< float, 80 >& getRecastGroups() const;
|
||||
const std::array< float, 80 >& getRecastGroupsMax() const;
|
||||
|
||||
void resetRecastGroups();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue