diff options
Diffstat (limited to 'src/Server.cpp')
-rw-r--r-- | src/Server.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Server.cpp b/src/Server.cpp index 012a51883..958fe83c8 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -116,7 +116,9 @@ cServer::cServer(void) : m_MaxPlayers(0), m_bIsHardcore(false), m_TickThread(*this), - m_ShouldAuthenticate(false) + m_ShouldAuthenticate(false), + m_ShouldLoadOfflinePlayerData(false), + m_ShouldLoadNamedPlayerData(true) { } |