Skip to content

Commit

Permalink
SanitizeResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal78900 committed Jun 30, 2024
1 parent f513ab2 commit a1bd165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RespawnTimer/Commands/Timer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public class Timer : ICommand

public string Description => "Shows / hides RespawnTimer.";

public bool SanitizeResponse => false;

public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)
{
string userId = Player.Get(sender).UserId;
Expand Down

0 comments on commit a1bd165

Please sign in to comment.