Add a scale config... such as it is

This commit is contained in:
2025-01-10 20:44:18 +01:00
parent 1291d21216
commit 1eaefffe04
5 changed files with 20 additions and 8 deletions

View File

@@ -428,7 +428,7 @@ function shared.MinimapTagger.Init()
end
if x and y then
x, y = tonumber(x), tonumber(y)
PlantHelp(x, y, 2)
PlantHelp(x, y, 1)
if TomTom then
if Heimdall_Data.config.minimapTagger.debug then
print(string.format("[%s] Adding help waypoint to TomTom", ModuleName))