mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 23:54:32 +00:00
Integration
This commit is contained in:
parent
45c62a347b
commit
3f16819470
3 changed files with 16 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ $Host::AllowAdminVotes = 1;
|
|||
$Host::AllowMapScript = "True";
|
||||
$Host::AllowPlayerVoteChangeMission = 1;
|
||||
$Host::AllowPlayerVoteSkipMission = 1;
|
||||
$Host::AllowPlayerVoteTeamDamage = 0;
|
||||
$Host::AllowPlayerVoteTimeLimit = 1;
|
||||
$Host::AllowPlayerVoteTournamentMode = 0;
|
||||
$Host::AnimateWithTransitions = 1;
|
||||
|
|
@ -180,6 +181,7 @@ $Host::TN::echo = 1;
|
|||
$Host::TournamentMode = 0;
|
||||
$Host::useCustomSkins = 1;
|
||||
$Host::VoteCooldown = 120;
|
||||
$Host::VoteDelayTime = 120;
|
||||
$Host::VotePassPercent = 60;
|
||||
$Host::VoteSpread = 20;
|
||||
$Host::VoteTime = "45";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue