mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 06:03:27 +02:00
Version 1.6 - important fix for high memory usage
This commit is contained in:
@@ -9,9 +9,9 @@ end
|
||||
function updateFeatures(version)
|
||||
g_game.resetFeatures()
|
||||
|
||||
-- you can add custom features here, list of them in modules\gamelib\const.lua
|
||||
-- you can add custom features here, list of them is in the modules\gamelib\const.lua
|
||||
g_game.enableFeature(GameBot)
|
||||
g_game.enableFeature(GameMinimapLimitedToSingleFloor)
|
||||
--g_game.enableFeature(GameMinimapLimitedToSingleFloor) -- it will generate minimap only for current floor
|
||||
--g_game.enableFeature(GameSpritesAlphaChannel)
|
||||
|
||||
if(version >= 770) then
|
||||
@@ -91,6 +91,10 @@ function updateFeatures(version)
|
||||
g_game.enableFeature(GameAdditionalVipInfo)
|
||||
end
|
||||
|
||||
if(version >= 972) then
|
||||
g_game.enableFeature(GameDoublePlayerGoodsMoney)
|
||||
end
|
||||
|
||||
if(version >= 980) then
|
||||
g_game.enableFeature(GamePreviewState)
|
||||
g_game.enableFeature(GameClientVersion)
|
||||
|
Reference in New Issue
Block a user