Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terminator-97 committed Apr 1, 2020
1 parent bf5ff0a commit 861c34b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SCPUtils/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public void OnRaCommand(ref RACommandEvent ev)

switch (args[0].ToLower())
{

case "scputils_help":
{
ev.Allow = false;
ev.Allow = false;
ev.Sender.RAMessage($"SCPUtils info:\n" +
$"Avaible commands: scputils_help, scputils_player_info, scputils_player_reset", true);
break;
Expand All @@ -51,7 +51,7 @@ public void OnRaCommand(ref RACommandEvent ev)
ev.Sender.RAMessage("Usage: scputils_player_info <player name/id>", false);
break;
}


if (commandSender.CheckPermission("scputils.playerinfo"))
{
Expand Down Expand Up @@ -80,7 +80,7 @@ public void OnRaCommand(ref RACommandEvent ev)
{
ev.Sender.RAMessage("Usage: scputils_player_reset <player name/id>", false);
break;
}
}

if (commandSender.CheckPermission("scputils.playerreset"))
{
Expand Down

0 comments on commit 861c34b

Please sign in to comment.