mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
suppress NotUsed stat
This commit is contained in:
parent
9e4ef957bf
commit
c67d642ef8
@ -20,7 +20,7 @@ _hours = floor(servertime/60/60);
|
||||
_customVars = "";
|
||||
{
|
||||
_val = missionNamespace getVariable [format ["EPOCH_player%1",_x],EPOCH_defaultVars select _forEachIndex];
|
||||
if !(_x in ["AliveTime","SpawnArray","HitPoints","MissionArray"]) then {
|
||||
if !(_x in ["AliveTime","SpawnArray","HitPoints","MissionArray","NotUsed"]) then {
|
||||
if (_x == "Temp") then {
|
||||
_customVars = _customVars + format["<t size='1.15' font='puristaLight' align='left'>%1: </t><t size='1.15' font='puristaLight' align='right'>%2°F | %3°C</t><br/>", _x,_val,_val call EPOCH_convertTemp];
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user