]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/player.h
Edited the version number after a release (1.2.3)
[irc/gameservirc.git] / gameserv / player.h
index c6c331bcf228712b7cbb89ec38a76bf094bc4696..92e95b4a66fb4be3212544e9df3c0b6f9bd85cc1 100644 (file)
@@ -40,6 +40,7 @@ public:
     int player_fights;          // Amount of player<->player fights for today
     char *password;            // Player's encrypted password
     Pouch inventory;           // This contains their potions, etc.
+    long int lastcommand;      // timestamp for the last command typed
 
     aClient *client;           // Pointer to the aClient this player is from
     Monster *fight;            // Pointer to the monster the player is currently fighting