mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Remove dtBanlist from old system
This commit is contained in:
parent
be0adbecca
commit
519bbaacb0
|
|
@ -199,7 +199,6 @@ $Host::TKWarn2 = 8; //Max tks before 2nd warning
|
||||||
$Host::KickObserverStartOnJoin = 0; //Start KickObserver Timer as soon as player joins server
|
$Host::KickObserverStartOnJoin = 0; //Start KickObserver Timer as soon as player joins server
|
||||||
$Host::KickObserverTimeout = 1200; //How long player can stay in observer before being booted (1200 is 20 mins)
|
$Host::KickObserverTimeout = 1200; //How long player can stay in observer before being booted (1200 is 20 mins)
|
||||||
//$Host::ClassicBanlist = "prefs/banlist.cs";
|
//$Host::ClassicBanlist = "prefs/banlist.cs";
|
||||||
$Host::dtBanlist = "prefs/dtBanlist.cs"; //Alternate Ban System
|
|
||||||
$Host::VoteCooldown = 120; //Time cooldown that dosnt allow a player to vote again after theyve initiated a vote (120 is 2 mins)
|
$Host::VoteCooldown = 120; //Time cooldown that dosnt allow a player to vote again after theyve initiated a vote (120 is 2 mins)
|
||||||
$Host::VoteDelayTime = 120; //Delay the ability to vote (For everyone) at the beginning of the match (120 is 2 minutes)
|
$Host::VoteDelayTime = 120; //Delay the ability to vote (For everyone) at the beginning of the match (120 is 2 minutes)
|
||||||
$Host::ClassicTeamKillLog = 1; //Enable/Disable Teamkill Logging
|
$Host::ClassicTeamKillLog = 1; //Enable/Disable Teamkill Logging
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue