Skip to content

Commit

Permalink
[PvPLeaderboard] Fixed a missing optional command parameter for the '…
Browse files Browse the repository at this point in the history
…pvpstats' commands
  • Loading branch information
WhiteFang5 committed Aug 6, 2022
1 parent fcdb9cf commit 30f0727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PvPLeaderboard/Systems/PvPLeaderboardSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private static void OnVampireDowned(Entity killer, Entity victim)
}
}

[Command("pvpstats,pvp", "pvpstats", "Shows your current pvp stats (kills, deaths & K/D ratio).")]
[Command("pvpstats,pvp", "pvpstats [<player-name>]", "Shows your current pvp stats (kills, deaths & K/D ratio).")]
private static void OnPvPStatsCommand(Command command)
{
var entityManager = VWorld.Server.EntityManager;
Expand Down

0 comments on commit 30f0727

Please sign in to comment.