diff options
Diffstat (limited to 'src/Server.h')
-rw-r--r-- | src/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h index 5ac7fc998..290423af5 100644 --- a/src/Server.h +++ b/src/Server.h @@ -206,7 +206,7 @@ private: cCriticalSection m_CSPendingCommands; std::vector<std::pair<AString, cCommandOutputCallback *>> m_PendingCommands; - int m_ClientViewDistance; // The default view distance for clients; settable in Settings.ini + unsigned m_ClientViewDistance; // The default view distance for clients; settable in Settings.ini bool m_bIsConnected; // true - connected false - not connected |