Basic function #7
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user