fix: /relic args bug (#55)

This commit is contained in:
EggLink
2025-01-24 17:34:47 +08:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ public class CommandRelic : ICommand
return;
}
if (arg.BasicArgs.Count < 3)
if (arg.BasicArgs.Count < 2)
{
await arg.SendMsg(I18NManager.Translate("Game.Command.Notice.InvalidArguments"));
return;