Placeholder for keybind reset and copy prompts

This commit is contained in:
Vortrex
2022-07-17 01:42:48 -05:00
parent 99a21f9892
commit da7e0c35d1

View File

@@ -237,6 +237,14 @@ function playerPromptAnswerYes(client) {
break;
}
case AGRP_PROMPT_RESETKEYBINDS: {
break;
}
case AGRP_PROMPT_COPYKEYBINDSTOSERVER: {
break;
}
default: {
submitBugReport(client, `[AUTOMATED REPORT] Unknown prompt type: ${getPlayerData(client).promptType}`);
break;