Fix oopsie
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Interface: 70300
|
## Interface: 70300
|
||||||
## Title: Heimdall
|
## Title: Heimdall
|
||||||
## Version: 3.1.1
|
## Version: 3.1.2
|
||||||
## Notes: Watches over areas and alerts when hostiles spotted
|
## Notes: Watches over areas and alerts when hostiles spotted
|
||||||
## Author: Cyka
|
## Author: Cyka
|
||||||
## SavedVariables: Heimdall_Data
|
## SavedVariables: Heimdall_Data
|
||||||
|
|||||||
BIN
Heimdall.zip
LFS
BIN
Heimdall.zip
LFS
Binary file not shown.
@@ -387,7 +387,7 @@ function shared.MinimapTagger.Init()
|
|||||||
print(string.format("[%s] Found combat position: %s, %s", ModuleName, tostring(x), tostring(y)))
|
print(string.format("[%s] Found combat position: %s, %s", ModuleName, tostring(x), tostring(y)))
|
||||||
end
|
end
|
||||||
if x and y then
|
if x and y then
|
||||||
PlantBattle(tonumber(x), tonumber(y), 2)
|
PlantCombat(tonumber(x), tonumber(y), 2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
--endregion
|
--endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user