share/hedgewars/Data/Scripts/OfficialChallenges.lua
author sheepluva
Tue, 21 Jan 2014 01:38:06 +0100
changeset 10031 9353632dc661
parent 10022 eb981a03de90
child 10091 213c38232b3d
permissions -rw-r--r--
let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail

function detectMap()
    if LandDigest == "M838018718Scripts/Multiplayer/Racer.lua" then
        return("Racer Challenge #1")
    end
end