mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Disable PaintShopIcons by default
This commit is contained in:
parent
c6e08f3d63
commit
98635ed441
@ -89,6 +89,7 @@ forceRestartTime = 14400; // 4 hour restarts
|
||||
};
|
||||
disableVehicleTIE = "true";
|
||||
ReplaceCarService = "true"; // Replace all "Land_CarService_F" with "paintshop" on the Map on Server Start
|
||||
PaintShopIcons = "false"; // Create MapIcons for PaintShops
|
||||
|
||||
// BaseBuilding
|
||||
StorageSlotsLimit = 1500; // Max storage slots allowed. Warning! Higher the number lower performance.
|
||||
|
@ -195,9 +195,11 @@ if (([_serverSettingsConfig, "ReplaceCarService", false] call EPOCH_fnc_returnCo
|
||||
_x HideobjectGlobal true;
|
||||
} foreach (epoch_centerMarkerPosition nearObjects ["Land_CarService_F", EPOCH_dynamicVehicleArea]);
|
||||
};
|
||||
{
|
||||
if (([_serverSettingsConfig, "PaintShopIcons", false] call EPOCH_fnc_returnConfigEntry)) then {
|
||||
{
|
||||
_markers = ["PaintGarage", (getpos _x)] call EPOCH_server_createGlobalMarkerSet;
|
||||
} foreach (allmissionobjects "paintshop");
|
||||
} foreach (allmissionobjects "paintshop");
|
||||
};
|
||||
|
||||
diag_log "Epoch: Loading vehicles";
|
||||
// Vehicle slot limit set to total of all allowed limits
|
||||
|
Loading…
Reference in New Issue
Block a user