From d9a7c51d4da21976ce3a8d41cde23fc9a4b6eb9d Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 23 Dec 2020 22:39:53 +0000 Subject: ViewDistance: unsigned -> signed --- src/Server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Server.h') diff --git a/src/Server.h b/src/Server.h index 290423af5..5ac7fc998 100644 --- a/src/Server.h +++ b/src/Server.h @@ -206,7 +206,7 @@ private: cCriticalSection m_CSPendingCommands; std::vector> m_PendingCommands; - unsigned m_ClientViewDistance; // The default view distance for clients; settable in Settings.ini + int m_ClientViewDistance; // The default view distance for clients; settable in Settings.ini bool m_bIsConnected; // true - connected false - not connected -- cgit v1.2.3