From 79e1d708f74c4af9774469f0a18bef0641bf2113 Mon Sep 17 00:00:00 2001 From: Siga Date: Sat, 28 Mar 2020 19:47:44 +0100 Subject: [PATCH] try fix --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index bada005b..c107b264 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -987,7 +987,7 @@ namespace ReallifeGamemode.Server.Commands } [Command("clothes", "~m~Benutzung: ~s~/clothes [Spieler] [Component ID] [Drawable] (Textur)")] - public void CmdAdminClothes(Player player, string name = null, int? component = null, int? drawable = null, int texture = 0) + public void CmdAdminClothes(Player player, string? name = null, int? component = null, int? drawable = null, int texture = 0) { if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN2) ?? true) {