Merge pull request #50 from Cloudhax23/patch-1

Fixed finsihed to finished
This commit is contained in:
eraser1
2017-03-14 13:11:32 -05:00
committed by GitHub

View File

@ -195,7 +195,7 @@ _missionObjs =
// Define Mission Win message in persistent vehicle choice
// Define Mission Lose message
_msgLOSE = ['#FF0000',"The attackers finsihed eating and drove off."];
_msgLOSE = ['#FF0000',"The attackers finished eating and drove off."];
// Define mission name (for map marker and logging)
_missionName = "Ural Picnic";