diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index c14a6983..67064bf7 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -3813,7 +3813,7 @@ namespace ReallifeGamemode.Server.Commands player.SendChatMessage("~m~Benutzung:~s~ /business [price] [Option]"); } - [Command("checkstats", "~m~Benutzung:~s~ /checkstats [Spieler]")] + [Command("checkstats", "~m~Benutzung:~s~ /checkstats [Spieler]", Alias = "info")] public void CmdAdminCheckStats(Player player, string nameOrId) { User user = player.GetUser(); @@ -3838,7 +3838,7 @@ namespace ReallifeGamemode.Server.Commands bool flyingLicense = targetUser.FlyingLicensePlane; bool weaponLicense = targetUser.WeaponLicense; int playedHours = targetUser.PlayedMinutes / 60; - string playedHoursString = ""; + string playedHoursString; int jailTime = targetUser.JailTime; if (user.IsAdmin(AdminLevel.HEADADMIN))