summaryrefslogtreecommitdiffstats
path: root/source/cPawn.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cPawn.h2
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;