Fix oopsie

This commit is contained in:
2025-01-10 19:01:12 +01:00
parent 1c198f0133
commit 1291d21216
3 changed files with 4 additions and 4 deletions

View File

@@ -387,7 +387,7 @@ function shared.MinimapTagger.Init()
print(string.format("[%s] Found combat position: %s, %s", ModuleName, tostring(x), tostring(y)))
end
if x and y then
PlantBattle(tonumber(x), tonumber(y), 2)
PlantCombat(tonumber(x), tonumber(y), 2)
end
end
--endregion