mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add option to restrict wearable clothes
See #1560
Note: Already wearing check is not needed in player_humanityMorph
because it is already done in player_wearClothes. See:
0726311df5
This commit is contained in:
@@ -561,7 +561,9 @@ if (isNil "DZE_snapExtraRange") then {
|
||||
if (isNil "DZE_checkNearbyRadius") then {
|
||||
DZE_checkNearbyRadius = 30;
|
||||
};
|
||||
|
||||
if (isNil "DZE_RestrictSkins") then {
|
||||
DZE_RestrictSkins = [];
|
||||
};
|
||||
// needed on server
|
||||
if(isNil "DZE_PlotPole") then {
|
||||
DZE_PlotPole = [30,45];
|
||||
|
||||
Reference in New Issue
Block a user