diff --git a/dGame/dUtilities/SlashCommandHandler.cpp b/dGame/dUtilities/SlashCommandHandler.cpp index 9e93bb2c..205696bf 100644 --- a/dGame/dUtilities/SlashCommandHandler.cpp +++ b/dGame/dUtilities/SlashCommandHandler.cpp @@ -174,7 +174,7 @@ void SlashCommandHandler::Startup() { Command KillCommand{ .help = "Smash a user", .info = "Smashes the character whom the given user is playing", - .aliases = { "kill", "tsc" }, + .aliases = { "kill" }, .handle = DEVGMCommands::Kill, .requiredLevel = eGameMasterLevel::DEVELOPER };