fix overcast teleport scroll (#1909)

alut-include-path
Maikel de Vries 2017-04-25 11:52:50 +02:00
parent cb68f9b26b
commit afe4d5a91e
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ public func RelaunchPosition()
global func GetRandomSpawn()
{
return Scenario->RelaunchPosition();
return RandomElement(Scenario->RelaunchPosition());
}
func KillsToRelaunch() { return 0; }