diff --git a/Server/mods/deathmatch/editor.conf b/Server/mods/deathmatch/editor.conf index 1355e673ee0..3479ff78e97 100644 --- a/Server/mods/deathmatch/editor.conf +++ b/Server/mods/deathmatch/editor.conf @@ -126,6 +126,8 @@ 2000 400 + + 500 100 diff --git a/Server/mods/deathmatch/local.conf b/Server/mods/deathmatch/local.conf index d30a6087812..607d59df267 100644 --- a/Server/mods/deathmatch/local.conf +++ b/Server/mods/deathmatch/local.conf @@ -126,6 +126,8 @@ 2000 400 + + 500 100 diff --git a/Server/mods/deathmatch/logic/CMainConfig.cpp b/Server/mods/deathmatch/logic/CMainConfig.cpp index 49c73419ca1..ffa3f6f67b9 100644 --- a/Server/mods/deathmatch/logic/CMainConfig.cpp +++ b/Server/mods/deathmatch/logic/CMainConfig.cpp @@ -1449,6 +1449,7 @@ const std::vector& CMainConfig::GetIntSettingList() {true, true, 50, 400, 4000, "ped_sync_interval", &g_TickRateSettings.iPedSync, &CMainConfig::OnTickRateChange}, {true, true, 50, 2000, 4000, "ped_far_sync_interval", &g_TickRateSettings.iPedFarSync, NULL}, {true, true, 50, 400, 4000, "unoccupied_vehicle_sync_interval", &g_TickRateSettings.iUnoccupiedVehicle, &CMainConfig::OnTickRateChange}, + {true, true, 50, 500, 4000, "object_sync_interval", &g_TickRateSettings.iObjectSync, &CMainConfig::OnTickRateChange}, {true, true, 50, 100, 4000, "keysync_mouse_sync_interval", &g_TickRateSettings.iKeySyncRotation, &CMainConfig::OnTickRateChange}, {true, true, 50, 100, 4000, "keysync_analog_sync_interval", &g_TickRateSettings.iKeySyncAnalogMove, &CMainConfig::OnTickRateChange}, {true, true, 50, 100, 4000, "donkey_work_interval", &g_TickRateSettings.iNearListUpdate, &CMainConfig::OnTickRateChange}, diff --git a/Server/mods/deathmatch/mtaserver.conf b/Server/mods/deathmatch/mtaserver.conf index 726199d5483..639f826353b 100644 --- a/Server/mods/deathmatch/mtaserver.conf +++ b/Server/mods/deathmatch/mtaserver.conf @@ -126,6 +126,8 @@ 2000 400 + + 500 100 diff --git a/Server/mods/deathmatch/mtaserver.conf.template b/Server/mods/deathmatch/mtaserver.conf.template index 13237b1b10a..58f0c48b10e 100644 --- a/Server/mods/deathmatch/mtaserver.conf.template +++ b/Server/mods/deathmatch/mtaserver.conf.template @@ -127,6 +127,8 @@ 2000 400 + + 500 100