diff options
author | nesco <emmanuel@federbusch.fr> | 2014-09-17 21:17:06 +0200 |
---|---|---|
committer | nesco <emmanuel@federbusch.fr> | 2014-09-17 21:17:06 +0200 |
commit | bf85c0b0abece030ba822223bd7b2dd6367e08eb (patch) | |
tree | 59536511edbb794741e022344e7d3d54cda5c6af /src | |
parent | Update World.h (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/Entities/Player.cpp | 2 |
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; } |