소스 검색

Fix log message

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"];