From cc274adf6c613284d8f12a1e7385458e42bfe13d Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Wed, 3 Apr 2024 03:57:28 -0700 Subject: [PATCH] Update SlashCommandHandler.cpp --- dGame/dUtilities/SlashCommandHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };