From 3c708f8554cda5b4dd2aa6599b4ea8cd9afb2242 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Mon, 5 Apr 2021 03:04:13 +0200 Subject: [PATCH] xdd command gone --- ReallifeGamemode.Server/Util/AttachmentSync.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Util/AttachmentSync.cs b/ReallifeGamemode.Server/Util/AttachmentSync.cs index 87317039..822a5c76 100644 --- a/ReallifeGamemode.Server/Util/AttachmentSync.cs +++ b/ReallifeGamemode.Server/Util/AttachmentSync.cs @@ -136,7 +136,7 @@ public class AttachmentSyncExample : Script player.AddAttachment(Base36Extensions.FromBase36(hash), true); } - [Command("xdd")] + //[Command("xdd")] public void attachment(Player player) { Vehicle veh = player.Vehicle;