Adjustable item respawn time

Ability to set item respawn time from serverPrefs
This commit is contained in:
ChocoTaco1 2020-07-06 01:39:46 -04:00
parent f2b905885c
commit f7e2ffca04
3 changed files with 3 additions and 1 deletions

View file

@ -56,7 +56,7 @@
//----------------------------------------------------------------------------
$ItemRespawnTime = 30000;
$ItemRespawnTime = $Host::ItemRespawnTime * 1000;
$ItemPopTime = 30 * 1000; // 30 seconds
$WeaponSlot = 0;