diff options
Diffstat (limited to 'src/Entities/SplashPotionEntity.h')
-rw-r--r-- | src/Entities/SplashPotionEntity.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Entities/SplashPotionEntity.h b/src/Entities/SplashPotionEntity.h index 8427f34b3..1a51de1a7 100644 --- a/src/Entities/SplashPotionEntity.h +++ b/src/Entities/SplashPotionEntity.h @@ -84,8 +84,6 @@ protected: @param a_HitPos The position where the potion will splash */ void Splash(Vector3d a_HitPos); - virtual void SpawnOn(cClientHandle & a_Client) override; - private: /** Time in ticks to wait for the hit animation to begin before destroying */ int m_DestroyTimer; |