diff options
Diffstat (limited to 'src/ChunkSender.h')
-rw-r--r-- | src/ChunkSender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkSender.h b/src/ChunkSender.h index bd489e2c4..585d50914 100644 --- a/src/ChunkSender.h +++ b/src/ChunkSender.h @@ -165,7 +165,7 @@ protected: virtual void Entity (cEntity * a_Entity) override; virtual void BlockEntity (cBlockEntity * a_Entity) override; - /// Sends the specified chunk to a_Client, or to all chunk clients if a_Client == NULL + /// Sends the specified chunk to a_Client, or to all chunk clients if a_Client == nullptr void SendChunk(int a_ChunkX, int a_ChunkZ, cClientHandle * a_Client); } ; |