summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornesco <emmanuel@federbusch.fr>2014-09-17 21:17:06 +0200
committernesco <emmanuel@federbusch.fr>2014-09-17 21:17:06 +0200
commitbf85c0b0abece030ba822223bd7b2dd6367e08eb (patch)
tree59536511edbb794741e022344e7d3d54cda5c6af
parentUpdate World.h (diff)
downloadcuberite-bf85c0b0abece030ba822223bd7b2dd6367e08eb.tar
cuberite-bf85c0b0abece030ba822223bd7b2dd6367e08eb.tar.gz
cuberite-bf85c0b0abece030ba822223bd7b2dd6367e08eb.tar.bz2
cuberite-bf85c0b0abece030ba822223bd7b2dd6367e08eb.tar.lz
cuberite-bf85c0b0abece030ba822223bd7b2dd6367e08eb.tar.xz
cuberite-bf85c0b0abece030ba822223bd7b2dd6367e08eb.tar.zst
cuberite-bf85c0b0abece030ba822223bd7b2dd6367e08eb.zip
-rw-r--r--src/Entities/Player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Player.cpp b/src/Entities/Player.cpp
index 660ad3239..3920bdb56 100644
--- a/src/Entities/Player.cpp
+++ b/src/Entities/Player.cpp
@@ -451,7 +451,7 @@ void cPlayer::CancelChargingBow(void)
void cPlayer::SetTouchGround(bool a_bTouchGround)
{
- if (IsGameModeSpectator()) // You can fly through the ground in survival
+ if (IsGameModeSpectator()) // You can fly through the ground in Spectator
{
return;
}