Browse Source

Fix log message

m3ales 3 năm trước cách đây
mục cha
commit
4ad89ad993

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