diff --git a/PvPLeaderboard/Systems/PvPLeaderboardSystem.cs b/PvPLeaderboard/Systems/PvPLeaderboardSystem.cs index ec00d2a..d74424f 100644 --- a/PvPLeaderboard/Systems/PvPLeaderboardSystem.cs +++ b/PvPLeaderboard/Systems/PvPLeaderboardSystem.cs @@ -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 []", "Shows your current pvp stats (kills, deaths & K/D ratio).")] private static void OnPvPStatsCommand(Command command) { var entityManager = VWorld.Server.EntityManager;