withoutx / a3s_epoch_0103

Arma 3 Epoch mod server files
9 stars 2 forks source link

Traiders Not Moving On Server Restart #2

Open aspiresound opened 10 years ago

aspiresound commented 10 years ago

Traiders are supposed to move location on server restart

jrsteensen commented 10 years ago

In x/addons/a3_epoch_server/init/server_variables.sqf: (Line 39)

if (isNil "EPOCH_forceStaticTraders") then{
EPOCH_forceStaticTraders = true;
};

Change true to false.