[Hotfix] Change Skill maximal to MAX instead of n/MAX
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user