Skip to content

Commit

Permalink
Update DeveloperCommands.cs (#4051)
Browse files Browse the repository at this point in the history
fix string
  • Loading branch information
FtuoilXelrash authored Oct 23, 2023
1 parent 89f6f20 commit b482936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ACE.Server/Command/Handlers/DeveloperCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@ public static void HandleRemoveVitae(Session session, params string[] parameters
player.EnchantmentManager.RemoveVitae();

if (player != session.Player)
session.Network.EnqueueSend(new GameMessageSystemChat("Removed vitae for {player.Name}", ChatMessageType.Broadcast));
session.Network.EnqueueSend(new GameMessageSystemChat($"Removed vitae for {player.Name}", ChatMessageType.Broadcast));
}

[CommandHandler("fast", AccessLevel.Developer, CommandHandlerFlag.RequiresWorld)]
Expand Down

0 comments on commit b482936

Please sign in to comment.