Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Change default timeperiod from 30 -> 60
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonWizard committed Feb 16, 2019
1 parent 5e6be54 commit ee72a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCPSwap/SCPSwap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public override void Register()
{
// Register config
this.AddConfig(new ConfigSetting("scpswap_enable", true, SettingType.BOOL, true, "Whether SCPSwap should be enabled on server start."));
this.AddConfig(new ConfigSetting("scpswap_timeperiod", 30, SettingType.NUMERIC, true, "Amount of time in seconds after round start that player can swap SCPs."));
this.AddConfig(new ConfigSetting("scpswap_timeperiod", 60, SettingType.NUMERIC, true, "Amount of time in seconds after round start that player can swap SCPs."));
this.AddConfig(new ConfigSetting("scpswap_minhealth", 98, SettingType.NUMERIC, true, "Minimum health percentage required to be able to swap SCPs."));
this.AddConfig(new ConfigSetting("scpswap_preservehealth", true, SettingType.BOOL, true, "Whether to preserve health percentage on a swap."));
this.AddConfig(new ConfigSetting("scpswap_maxswaps", 1, SettingType.NUMERIC, true, "How many swaps can be done per player, per round."));
Expand Down

0 comments on commit ee72a78

Please sign in to comment.