diff options
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/World.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index e3be8c8420c..e09aab24e44 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1019,7 +1019,10 @@ void World::LoadConfigSettings(bool reload) { // overwrite DB/old value if(clientCacheId > 0) + { m_configs[CONFIG_CLIENTCACHE_VERSION] = clientCacheId; + sLog.outString("Client cache version set to: %u", clientCacheId); + } else sLog.outError("ClientCacheVersion can't be negative %d, ignored.", clientCacheId); } |
