mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
E:Point, E:Size, E:Width, E:Height, & cleanup
This commit is contained in:
@@ -52,8 +52,7 @@ function E:FarmMode(msg)
|
||||
if E.private.general.minimap.enable ~= true then return end
|
||||
if msg and type(tonumber(msg)) == "number" and tonumber(msg) <= 500 and tonumber(msg) >= 20 then
|
||||
E.db.farmSize = tonumber(msg)
|
||||
FarmModeMap:SetWidth(tonumber(msg))
|
||||
FarmModeMap:SetHeight(tonumber(msg))
|
||||
E:Size(FarmModeMap, tonumber(msg))
|
||||
end
|
||||
|
||||
FarmMode()
|
||||
|
||||
Reference in New Issue
Block a user