Basic function #7

This commit is contained in:
okvdai
2023-04-28 18:46:09 +02:00
parent 326e39555d
commit 3938b4830f
2 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ int function getMapDistFromToneAPI(string mapName){
mapName = mapName.slice(3)
if(mapName in globalToneAPIMapDistData){
print("[PULSE] Found matching map : " + mapName + " with " + globalToneAPIMapDistData[mapName] + "hammer units")
return expect int(globalToneAPIMapKillData[mapName])
return expect int(globalToneAPIMapDistData[mapName])
}
return 0
}