Add RefuseCollector Job and other misc
This commit is contained in:
@@ -995,7 +995,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
return;
|
||||
}
|
||||
|
||||
if (name is null || component == null || drawable == null)
|
||||
if (name == null || component == null || drawable == null)
|
||||
{
|
||||
player.SendChatMessage("~m~Benutzung: ~s~/clothes [Spieler] [Component ID] [Drawable] (Textur)");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user