summaryrefslogtreecommitdiffstats
path: root/src/Entities
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-09-17 23:32:14 +0200
committermadmaxoft <github@xoft.cz>2014-09-17 23:32:14 +0200
commit95af3eb526dc8d3289d6b1ced6462283a6ebb6b3 (patch)
tree2e6ef1053c1ec5c9e70bc594002db1eba491f267 /src/Entities
parentVoronoi biomegen: Added JitterSize and OddRowOffset. (diff)
downloadcuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.gz
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.bz2
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.lz
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.xz
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.zst
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.zip
Diffstat (limited to 'src/Entities')
-rw-r--r--src/Entities/Player.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/Player.cpp b/src/Entities/Player.cpp
index 3920bdb56..38d42be14 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 Spectator
+ if (IsGameModeSpectator()) // You can fly through the ground in Spectator
{
return;
}
@@ -1514,7 +1514,7 @@ void cPlayer::TossPickup(const cItem & a_Item)
void cPlayer::TossItems(const cItems & a_Items)
{
- if (IsGameModeSpectator()) // Players can't toss items in spectator
+ if (IsGameModeSpectator()) // Players can't toss items in spectator
{
return;
}