Skip to content

Commit

Permalink
Force build
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 6, 2024
1 parent 99f9513 commit b11ac96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/GangCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public async Task<CommandResult> 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!");
Expand Down

0 comments on commit b11ac96

Please sign in to comment.