Skip to content

Commit 97496be

Browse files
committed
idk why i changed this xd
1 parent bcaf7dc commit 97496be

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Utility.cs

+9-9
Original file line numberDiff line numberDiff line change
@@ -1361,28 +1361,28 @@ private void SendAvailableCommandsMessage(CCSPlayerController? player)
13611361

13621362
if (isPractice)
13631363
{
1364-
player!.PrintToChat($"{ChatColors.Green}Spawns: {ChatColors.Default}.spawn, .ctspawn, .tspawn, .bestspawn, .worstspawn");
1365-
player.PrintToChat($"{ChatColors.Green}Bots: {ChatColors.Default}.bot, .nobots, .crouchbot, .boost, .crouchboost");
1366-
player.PrintToChat($"{ChatColors.Green}Nades: {ChatColors.Default}.loadnade, .savenade, .importnade, .listnades");
1367-
player.PrintToChat($"{ChatColors.Green}Nade Throw: {ChatColors.Default}.rethrow, .throwindex <index>, .lastindex, .delay <number>");
1368-
player.PrintToChat($"{ChatColors.Green}Utility & Toggles: {ChatColors.Default}.clear, .fastforward, .last, .back, .solid, .impacts, .traj");
1369-
player.PrintToChat($"{ChatColors.Green}Sides & Others: {ChatColors.Default}.ct, .t, .spec, .fas, .god, .dryrun, .break, .exitprac");
1364+
player!.PrintToChat($" {ChatColors.Green}Spawns: {ChatColors.Default}.spawn, .ctspawn, .tspawn, .bestspawn, .worstspawn");
1365+
player.PrintToChat($" {ChatColors.Green}Bots: {ChatColors.Default}.bot, .nobots, .crouchbot, .boost, .crouchboost");
1366+
player.PrintToChat($" {ChatColors.Green}Nades: {ChatColors.Default}.loadnade, .savenade, .importnade, .listnades");
1367+
player.PrintToChat($" {ChatColors.Green}Nade Throw: {ChatColors.Default}.rethrow, .throwindex <index>, .lastindex, .delay <number>");
1368+
player.PrintToChat($" {ChatColors.Green}Utility & Toggles: {ChatColors.Default}.clear, .fastforward, .last, .back, .solid, .impacts, .traj");
1369+
player.PrintToChat($" {ChatColors.Green}Sides & Others: {ChatColors.Default}.ct, .t, .spec, .fas, .god, .dryrun, .break, .exitprac");
13701370
return;
13711371
}
13721372
if (readyAvailable)
13731373
{
1374-
player!.PrintToChat($"{ChatColors.Green}Ready/Unready: {ChatColors.Default}.ready, .unready");
1374+
player!.PrintToChat($" {ChatColors.Green}Ready/Unready: {ChatColors.Default}.ready, .unready");
13751375
return;
13761376
}
13771377
if (isSideSelectionPhase)
13781378
{
1379-
player!.PrintToChat($"{ChatColors.Green}Side Selection: {ChatColors.Default}.stay, .switch");
1379+
player!.PrintToChat($" {ChatColors.Green}Side Selection: {ChatColors.Default}.stay, .switch");
13801380
return;
13811381
}
13821382
if (matchStarted)
13831383
{
13841384
string stopCommandMessage = isStopCommandAvailable ? ", .stop" : "";
1385-
player!.PrintToChat($"{ChatColors.Green}Pause/Restore: {ChatColors.Default}.pause, .unpause, .tac, .tech{stopCommandMessage}");
1385+
player!.PrintToChat($" {ChatColors.Green}Pause/Restore: {ChatColors.Default}.pause, .unpause, .tac, .tech{stopCommandMessage}");
13861386
return;
13871387
}
13881388
}

0 commit comments

Comments
 (0)