mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-17 17:37:11 +01:00
Version 2.3 - cooldowns in action bar, more advanced bot, new cavebot, bug fixes
This commit is contained in:
@@ -581,7 +581,7 @@ Panel
|
||||
newConfig = "name:" .. configName .. "\n"
|
||||
end
|
||||
for monster, config in pairs(monsters) do
|
||||
newConfig = newConfig .. "\n" .. monster .. ":" .. json.encode(config) .. "\n"
|
||||
newConfig = newConfig .. "\n" .. monster .. ":" .. json.encode(config, 2) .. "\n"
|
||||
end
|
||||
|
||||
context.storage.attacking.configs[context.storage.attacking.activeConfig] = newConfig
|
||||
|
||||
Reference in New Issue
Block a user