Remove forceEnum from char args in slash commands

- This precented people from actually using the characterKey inside the chatbox to go to a character
This commit is contained in:
Wolfsblvt
2025-02-02 03:43:20 +01:00
parent 6deaa31d41
commit e5e931356b
3 changed files with 0 additions and 6 deletions

View File

@@ -441,7 +441,6 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
description: 'character name',
typeList: [ARGUMENT_TYPE.STRING],
enumProvider: commonEnumProviders.characters('character'),
forceEnum: true,
}),
SlashCommandNamedArgument.fromProps({
name: 'group',