mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #606 from Ignatz-HeMan/patch-1
Update EPOCH_server_loadPlayer.sqf
This commit is contained in:
commit
3cd165581c
@ -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…
x
Reference in New Issue
Block a user