Skip to content

Commit ebaf8ef

Browse files
authored
Remove hardcoded round time in auto plant
1 parent 84a314b commit ebaf8ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RetakesPlugin/RetakesPlugin.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace RetakesPlugin;
2020
[MinimumApiVersion(180)]
2121
public class RetakesPlugin : BasePlugin
2222
{
23-
private const string Version = "1.4.0";
23+
private const string Version = "1.4.1";
2424

2525
#region Plugin info
2626
public override string ModuleName => "Retakes Plugin";
@@ -944,9 +944,6 @@ private void AnnounceBombsite(Bombsite bombsite, bool onlyCenter = false)
944944

945945
private void HandleAutoPlant()
946946
{
947-
// Ensure the round time for defuse is always set to 1.92
948-
Server.ExecuteCommand("mp_roundtime_defuse 1.92");
949-
950947
if (RetakesConfig.IsLoaded(_retakesConfig) && !_retakesConfig!.RetakesConfigData!.IsAutoPlantEnabled)
951948
{
952949
return;

0 commit comments

Comments
 (0)