diff options
Diffstat (limited to 'src/net/socket.hpp')
-rw-r--r-- | src/net/socket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/socket.hpp b/src/net/socket.hpp index 6115d70..81a6120 100644 --- a/src/net/socket.hpp +++ b/src/net/socket.hpp @@ -77,8 +77,8 @@ struct Session /// Checks whether a newly-connected socket actually does anything TimeT created; - bool connected; TimeT last_tick; + bool connected; private: struct { |