small fix

This commit is contained in:
bux578 2015-02-10 19:11:58 +01:00
parent 40e422f95a
commit 5ef729ee80

View File

@ -16,7 +16,10 @@
#include "script_component.hpp"
EXPLODE_1_PVT[_this,_player];
private "_player";
_player = _this select 0;
if (GVAR(EnableSwitchUnits)) then {
private ["_sides"];