From 9299f3d8ff85152517a64b6fb1f055ad7b5dc33f Mon Sep 17 00:00:00 2001 From: ilguappo Date: Tue, 22 Jul 2025 01:42:59 -0700 Subject: [PATCH] fix: add argument name to commands --- mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc b/mc index b81151a..23e6b9d 100755 --- a/mc +++ b/mc @@ -44,7 +44,7 @@ declare -rA commands=( [mod-list]='mod-list GET' [backup]='backup FUNC' [connect]='connect FUNC' - [check-update]='check_update FUNC' + [check-update]='check_update FUNC game_version' [version]='version FUNC' )