diff options
Diffstat (limited to '')
-rw-r--r-- | source/ChunkMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ChunkMap.h b/source/ChunkMap.h index 1e232deb0..de902ba47 100644 --- a/source/ChunkMap.h +++ b/source/ChunkMap.h @@ -79,7 +79,7 @@ public: void BroadcastEntityStatus(const cEntity & a_Entity, char a_Status, const cClientHandle * a_Exclude = NULL); - void BroadcastMetadata(const cPawn & a_Pawn, const cClientHandle * a_Exclude = NULL); + void BroadcastMetadata(const cEntity & a_Entity, const cClientHandle * a_Exclude = NULL); void BroadcastSpawn(cEntity & a_Entity, const cClientHandle * a_Exclude = NULL); |