mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 21:52:56 +03:00
Move trader category call to client only
Server does not need the trader categories any longer. Also clean up the server_traders.sqf file. This file is redundant. If server admins want to change the trader categories, they just have to edit the path and add the file to the mission.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//List of files in your mission to check. For example, you may want to add 'custom\variables.sqf' etc.
|
||||
//Remove any you aren't using
|
||||
_files = [
|
||||
'description.ext','init.sqf','mission.sqm','rules.sqf','server_traders.sqf'
|
||||
'description.ext','init.sqf','mission.sqm','rules.sqf'
|
||||
];
|
||||
|
||||
_list = [];
|
||||
|
||||
Reference in New Issue
Block a user