dmetamem command is now behind #if TOOLS

This commit is contained in:
PJB3005
2025-09-06 18:24:25 +02:00
parent ced127c164
commit d4f7e60432

View File

@@ -4,7 +4,7 @@ using Robust.Shared.ContentPack;
namespace Robust.Client.Console.Commands
{
#if DEBUG
#if TOOLS
internal sealed class DumpMetadataMembersCommand : LocalizedCommands
{
public override string Command => "dmetamem";