diff options
Diffstat (limited to 'source/cPawn.h')
-rw-r--r-- | source/cPawn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPawn.h b/source/cPawn.h index b35350392..11b59575e 100644 --- a/source/cPawn.h +++ b/source/cPawn.h @@ -25,7 +25,7 @@ public: cPawn();
virtual ~cPawn();
- virtual void TeleportTo( cEntity* a_Entity ); //tolua_export
+ virtual void TeleportToEntity( cEntity* a_Entity ); //tolua_export
virtual void TeleportTo( const double & a_PosX, const double & a_PosY, const double & a_PosZ ); //tolua_export
virtual void Tick(float a_Dt) override;
|