Skip to content

Commit

Permalink
Continued updates to output
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Jul 27, 2024
1 parent 6a78e55 commit 49a4832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RetakesPlugin/RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace RetakesPlugin;
[MinimumApiVersion(220)]
public class RetakesPlugin : BasePlugin
{
private const string Version = "2.0.9";
private const string Version = "2.0.10";

#region Plugin info
public override string ModuleName => "Retakes Plugin";
Expand Down Expand Up @@ -167,8 +167,8 @@ public void OnCommandMapConfigs(CCSPlayerController? player, CommandInfo command
.Replace($"{mapConfigDirectory}/", "")
.Replace(".json", "");

commandInfo.ReplyToCommand($"{MessagePrefix}{transformedFile}");
player.PrintToConsole($"{MessagePrefix}{transformedFile}");
commandInfo.ReplyToCommand($"{MessagePrefix}!mapconfig {transformedFile}");
player.PrintToConsole($"{MessagePrefix}!mapconfig {transformedFile}");
}

commandInfo.ReplyToCommand($"{MessagePrefix}A list of available map configs has been outputted above.");
Expand Down

0 comments on commit 49a4832

Please sign in to comment.