Skip to content

Commit 49a4832

Browse files
authored
Continued updates to output
1 parent 6a78e55 commit 49a4832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RetakesPlugin/RetakesPlugin.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace RetakesPlugin;
2020
[MinimumApiVersion(220)]
2121
public class RetakesPlugin : BasePlugin
2222
{
23-
private const string Version = "2.0.9";
23+
private const string Version = "2.0.10";
2424

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

170-
commandInfo.ReplyToCommand($"{MessagePrefix}{transformedFile}");
171-
player.PrintToConsole($"{MessagePrefix}{transformedFile}");
170+
commandInfo.ReplyToCommand($"{MessagePrefix}!mapconfig {transformedFile}");
171+
player.PrintToConsole($"{MessagePrefix}!mapconfig {transformedFile}");
172172
}
173173

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

0 commit comments

Comments
 (0)