From ab5e8ef138b0d89cd3ee35ca08bf5a6f07016426 Mon Sep 17 00:00:00 2001 From: psyopcutie Date: Sun, 19 Jul 2026 20:56:08 +0200 Subject: [PATCH] updated command desc --- .../main/core/game/system/command/sets/AnimationCommandSet.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/core/game/system/command/sets/AnimationCommandSet.kt b/Server/src/main/core/game/system/command/sets/AnimationCommandSet.kt index 3579af091..d3861894e 100644 --- a/Server/src/main/core/game/system/command/sets/AnimationCommandSet.kt +++ b/Server/src/main/core/game/system/command/sets/AnimationCommandSet.kt @@ -56,7 +56,7 @@ class AnimationCommandSet : CommandSet(Privilege.ADMIN) { } /** Same as ::anims but only plays animations compatible with the player/humanoid skeleton. */ - define("panims", Privilege.ADMIN, "::panims <(opt) Duration Per Animation>", "Plays animations from the From ID to the To ID, with a delay of 3 between animations, unless specified otherwise"){ player, args -> + define("panims", Privilege.ADMIN, "::panims <(opt) Duration Per Animation>", "Same as ::anims but only plays animations compatible with the player/humanoid skeleton."){ player, args -> if (args.size < 3) { reject(player, "Syntax error: ::panims <(opt) Duration Per Animation>")