diff options
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h index 1dd60e81..5986c17a 100644 --- a/src/game/server/gs_common.h +++ b/src/game/server/gs_common.h @@ -316,6 +316,9 @@ public: // the player core for the physics player_core core; + + // + int64 last_chat; // player(); |