From b11ac96a52953c027874d3424bd233645945ac61 Mon Sep 17 00:00:00 2001 From: MSWS Date: Thu, 5 Sep 2024 22:27:51 -0700 Subject: [PATCH] Force build --- Commands/GangCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/GangCommand.cs b/Commands/GangCommand.cs index 2431195..13f4c2b 100644 --- a/Commands/GangCommand.cs +++ b/Commands/GangCommand.cs @@ -32,7 +32,7 @@ public async Task Execute(PlayerWrapper? executor, if (info[0] != Name) throw new InvalidOperationException( $"Attempted to execute GangCommand with invalid name: {info[0]}"); - + if (executor?.Player != null) { info.ReplySync( $" {ChatColors.DarkRed}GANGS {ChatColors.White}> {ChatColors.Grey}SoonTM!");