Bläddra i källkod

Fix log message

m3ales 3 år sedan
förälder
incheckning
4ad89ad993
1 ändrade filer med 1 tillägg och 1 borttagningar
  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"];