mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_server_loadPlayer.sqf
This commit is contained in:
parent
d264aa438a
commit
145f5b2286
@ -254,7 +254,7 @@ if (_this isEqualType []) then {
|
||||
};
|
||||
// Linked items
|
||||
{
|
||||
if (_x in["Binocular", "Rangefinder"]) then {
|
||||
if (_x in["Binocular", "Rangefinder","Laserdesignator","Laserdesignator_02","Laserdesignator_03","Laserdesignator_01_khk_F","Laserdesignator_02_ghex_F"]) then {
|
||||
_newPlyr addWeapon _x;
|
||||
} else {
|
||||
_newPlyr linkItem _x;
|
||||
|
Loading…
Reference in New Issue
Block a user