Skip to content

Commit

Permalink
add ps_stopmatch reply
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Nov 16, 2023
1 parent 5aa8a73 commit 61f5675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PugSharp/PugSharp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ public void OnCommandStopMatch(CCSPlayerController? player, CommandInfo command)
_Match.Dispose();
_Match = null;
ResetServer(resetMap);
command.ReplyToCommand("Match stopped!");
},
command,
player);
Expand Down

0 comments on commit 61f5675

Please sign in to comment.