m3ales пре 3 година
родитељ
комит
4ad89ad993
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      addons - Copy/RD501_Main/functions/shield/fnc_shield_init.sqf

+ 1 - 1
addons - Copy/RD501_Main/functions/shield/fnc_shield_init.sqf

@@ -55,7 +55,7 @@ if(_hasType) then {
 	_type = getText (_config >> "rd501_shield_type");
 };
 
-diag_log format["[RD501][Shield] Loading '%1' texture set", _side];
+diag_log format["[RD501][Shield] Loading '%1' texture set", _type];
 
 private _textures = [_type] call rd501_fnc_shield_getTextureSet;
 _textures params["_lowHealthTexture", "_normalHealthTexture"];