X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/85bcf8361e3e626aabad8eab39b1e0d31609ef80..3c13eb61b3a06c180d49c877ebe904f60bd2d390:/gameserv/player.h diff --git a/gameserv/player.h b/gameserv/player.h index c6c331b..92e95b4 100644 --- a/gameserv/player.h +++ b/gameserv/player.h @@ -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