summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-06-16 05:27:27 +0200
committerarchshift <admin@archshift.com>2014-06-16 05:27:27 +0200
commitb2fbcaf1bf43ca1f0e6df48de8584149cbe50222 (patch)
tree7ba7d6eb31dec126b16cde36a0982486b7c59aa7 /src/Entities/Entity.h
parentReverted portal creation code (diff)
downloadcuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.gz
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.bz2
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.lz
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.xz
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.zst
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.zip
Diffstat (limited to 'src/Entities/Entity.h')
-rw-r--r--src/Entities/Entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h
index 9f3b06c29..8975803a2 100644
--- a/src/Entities/Entity.h
+++ b/src/Entities/Entity.h
@@ -509,7 +509,7 @@ protected:
int m_AirTickTimer;
/** Portal delay timer and cooldown boolean
- First value is to delay sending the repsawn packet (which triggers the Entering the {Dimension} screen).
+ First value is to delay sending the respawn packet (which triggers the Entering the {Dimension} screen).
Second value is to prevent a teleportation loop by ensuring we do not reenter a portal that we came out of.
*/
std::pair<unsigned short, bool> m_PortalCooldownData;