summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-06-15 23:16:37 +0200
committerMattes D <github@xoft.cz>2014-06-15 23:16:37 +0200
commita72ec6300d7f634f8ecab4ed3dd16e553dd10045 (patch)
tree11d5b4a1aed9b5e1c44394c218c10c6a6492c7f0 /src/Entities/Player.h
parentFixed bad comparison crash (diff)
parentPlayers are saved regularly (diff)
downloadcuberite-a72ec6300d7f634f8ecab4ed3dd16e553dd10045.tar
cuberite-a72ec6300d7f634f8ecab4ed3dd16e553dd10045.tar.gz
cuberite-a72ec6300d7f634f8ecab4ed3dd16e553dd10045.tar.bz2
cuberite-a72ec6300d7f634f8ecab4ed3dd16e553dd10045.tar.lz
cuberite-a72ec6300d7f634f8ecab4ed3dd16e553dd10045.tar.xz
cuberite-a72ec6300d7f634f8ecab4ed3dd16e553dd10045.tar.zst
cuberite-a72ec6300d7f634f8ecab4ed3dd16e553dd10045.zip
Diffstat (limited to '')
-rw-r--r--src/Entities/Player.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h
index 325ff9005..b2142a18b 100644
--- a/src/Entities/Player.h
+++ b/src/Entities/Player.h
@@ -462,7 +462,6 @@ protected:
cItem m_DraggingItem;
long long m_LastPlayerListTime;
- static const unsigned short PLAYER_LIST_TIME_MS = 1000; // 1000 = once per second
cClientHandle * m_ClientHandle;
@@ -543,6 +542,10 @@ protected:
Set by a right click on unoccupied bed, unset by a time fast forward or teleport */
bool m_bIsInBed;
+ /** How long till the player's inventory will be saved
+ Default save interval is #defined in PLAYER_INVENTORY_SAVE_INTERVAL */
+ unsigned int m_TicksUntilNextSave;
+
} ; // tolua_export