xdd command gone

This commit is contained in:
kookroach
2021-04-05 03:04:13 +02:00
parent f7794c268c
commit 3c708f8554

View File

@@ -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;