Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
terminator-97 committed Mar 31, 2020
1 parent 34bf7db commit 7aa174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCPUtils/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void OnRaCommand(ref RACommandEvent ev)
$"Total SCP Suicides/Quits Kicks: [ {databasePlayer.TotalScpSuicideKicks} ]\n" +
$"Total SCP Suicides/Quits Bans: [ {databasePlayer.TotalScpSuicideBans} ]\n" +
$"Total Games played as SCP: [ {databasePlayer.TotalScpGamesPlayed} ]\n" +
$"Total Suicides/Quit Percentage: [ {databasePlayer.SuicidePercentage}% ]\n");
$"Total Suicides/Quits Percentage: [ {databasePlayer.SuicidePercentage}% ]\n");
}
}
else ev.Sender.RAMessage("You need a higher administration level to use this command!", false);
Expand Down

0 comments on commit 7aa174b

Please sign in to comment.