From d784bab87408c89dfbcd1587807c36dc48019ebc Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 9 Sep 2021 21:01:07 +0200 Subject: [PATCH] Fix not being able to use thermal swap on ac130 with gamepad --- iw4x/iw4x_00/maps/mp/killstreaks/_ac130.gsc | 1 + 1 file changed, 1 insertion(+) diff --git a/iw4x/iw4x_00/maps/mp/killstreaks/_ac130.gsc b/iw4x/iw4x_00/maps/mp/killstreaks/_ac130.gsc index 8541994..d4fea5b 100644 --- a/iw4x/iw4x_00/maps/mp/killstreaks/_ac130.gsc +++ b/iw4x/iw4x_00/maps/mp/killstreaks/_ac130.gsc @@ -961,6 +961,7 @@ thermalVision() self visionSetThermalForPlayer( game["thermal_vision"], 1 ); self notifyOnPlayerCommand( "switch thermal", "+activate" ); + self notifyOnPlayerCommand( "switch thermal", "+usereload" ); for (;;) {