Fix oopsie
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user