mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Smaller Fixes / Changes
This commit is contained in:
parent
6b02f30738
commit
7571b11590
@ -38,10 +38,8 @@ if !((_playerUID isequalto '') || (_vars isequalto [])) then {
|
||||
if (_makepublic isEqualTo 0) exitwith {
|
||||
_ThisStatArr deleteat _foreachindex;
|
||||
};
|
||||
if !(_value isequalto _playerValue) then {
|
||||
_x set [0,_playerValue];
|
||||
_x set [2,_playername];
|
||||
};
|
||||
_x set [0,_playerValue];
|
||||
_x set [2,_playername];
|
||||
};
|
||||
} foreach _x;
|
||||
if (!_playerisin && (_makepublic > 0)) then {
|
||||
|
@ -510,6 +510,7 @@ for "_i" from 1 to 3 do {
|
||||
_temp = _temp + "
|
||||
,['Key Binds',[],'','1',[]]
|
||||
,[' 5 Key - Teleport In Front',[],'','1',[]]
|
||||
,[' 4 Key - Fly Up',[],'','1',[]]
|
||||
,[' F2 - Cancel Spectating',[],'','1',[]]
|
||||
,[' F5 - Delete Target',[],'','1',[]]
|
||||
,[' 7 - (Un)Lock Target',[],'','1',[]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user