1
Fork 0
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:
Mordred 2023-03-06 22:34:30 +01:00 committed by GitHub
commit 819f2842b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();