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

Commit

Permalink
Restore OG configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMith committed Jan 24, 2021
1 parent 88a85b6 commit a4f4d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCP-343/SCP_343.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SCP343 : Plugin
public readonly float spawnchance = 10f; //Percent chance for SPC-343 to spawn at the start of the round. (0 - 100%)

[ConfigOption]
public readonly float opendoortime = 3f; //How many seconds till SCP-343 can open any door.
public readonly float opendoortime = 300f; //How many seconds till SCP-343 can open any door.

[ConfigOption]
public readonly bool itemconverttoggle = true;
Expand Down

0 comments on commit a4f4d57

Please sign in to comment.