diff --git a/gamedir/Data-1.13/Scripts/MiniEvents.lua b/gamedir/Data-1.13/Scripts/MiniEvents.lua index ecf4cad2e..4499bc84a 100644 --- a/gamedir/Data-1.13/Scripts/MiniEvents.lua +++ b/gamedir/Data-1.13/Scripts/MiniEvents.lua @@ -1598,7 +1598,7 @@ HiddenEvents = TopButtonText = "... oversee and coordinate the teams over radio.", BottomButtonText = "... lead one of the strike teams.", Resolution = function(topButton) - CSetMercCoordinates(selectedProfileId, 10, 1, 1) + CSetMercCoordinates(selectedProfileId, 10, 1, 0) CSendMercOnMiniEvent(selectedProfileId, 1) CAddIntel(100) diff --git a/gamedir/Data/Scripts/MiniEvents.lua b/gamedir/Data/Scripts/MiniEvents.lua index ecf4cad2e..4499bc84a 100644 --- a/gamedir/Data/Scripts/MiniEvents.lua +++ b/gamedir/Data/Scripts/MiniEvents.lua @@ -1598,7 +1598,7 @@ HiddenEvents = TopButtonText = "... oversee and coordinate the teams over radio.", BottomButtonText = "... lead one of the strike teams.", Resolution = function(topButton) - CSetMercCoordinates(selectedProfileId, 10, 1, 1) + CSetMercCoordinates(selectedProfileId, 10, 1, 0) CSendMercOnMiniEvent(selectedProfileId, 1) CAddIntel(100)