This commit is contained in:
rfi
2024-02-22 00:25:19 +07:00
parent 9b6673138e
commit b232088f4d
8 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
namespace BLHX.Server.Game.Commands;
[commandHandler("save", "Save the current state", "save")]
[CommandHandler("save", "Save the current state", "save")]
public class SaveCommand : Command
{
public override void Execute(Dictionary<string, string> args)