diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Player.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 6297ddcbc..ba219a84d 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -767,9 +767,6 @@ protected: /** Sets the speed and sends it to the client, so that they are forced to move so. */ virtual void DoSetSpeed(double a_SpeedX, double a_SpeedY, double a_SpeedZ) override; - void ResolvePermissions(void); - void ResolveGroups(void); - virtual void Destroyed(void) override; /** Filters out damage for creative mode / friendly fire */ |