mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Grief: increase connection timeout to 45 seconds
This commit is contained in:
@ -349,6 +349,6 @@
|
|||||||
* Spawn points are assigned to a team
|
* Spawn points are assigned to a team
|
||||||
* Teams switch spawn points each round
|
* Teams switch spawn points each round
|
||||||
* Players respawn at initial spawn points
|
* Players respawn at initial spawn points
|
||||||
* Decreased connection timeout from 90 seconds to 30 seconds
|
* Decreased connection timeout from 90 seconds to 45 seconds
|
||||||
* Random map rotation
|
* Random map rotation
|
||||||
* 20000 health Brutus
|
* 20000 health Brutus
|
@ -45,7 +45,7 @@ init()
|
|||||||
setDvar( "zombies_minplayers", 2 );
|
setDvar( "zombies_minplayers", 2 );
|
||||||
}
|
}
|
||||||
|
|
||||||
setDvar("sv_connectTimeout", 30);
|
setDvar("sv_connectTimeout", 45);
|
||||||
setDvar("ui_scorelimit", 3);
|
setDvar("ui_scorelimit", 3);
|
||||||
|
|
||||||
setteamscore("axis", 0);
|
setteamscore("axis", 0);
|
||||||
|
Reference in New Issue
Block a user