[Hotfix] Change Skill maximal to MAX instead of n/MAX

This commit is contained in:
2021-04-08 02:00:43 +02:00
parent f4e7aa619c
commit a016a5e065
2 changed files with 13 additions and 36 deletions

View File

@@ -16,14 +16,6 @@ namespace ReallifeGamemode.Server.Commands
{
internal class UserCommands : Script
{
[Command("skill")]
public void CmdUserSkill(Player player)
{
User user = player.GetUser(new DatabaseContext());
player.SendChatMessage($"~c~BusSkill = {user.BusSkill}/800, PilotSkill = {user.PilotSkill}/300.");
}
[Command("id", "~m~Benutzung: ~s~/id [Name]")]
public void CmdUserId(Player player, String targetname)
{