fix: /relic args bug

This commit is contained in:
redleaf1221
2025-01-21 20:45:43 +08:00
parent 8bb211a4ee
commit f0318d6977

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;