Placeholder for keybind reset and copy prompts
This commit is contained in:
@@ -237,6 +237,14 @@ function playerPromptAnswerYes(client) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case AGRP_PROMPT_RESETKEYBINDS: {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
case AGRP_PROMPT_COPYKEYBINDSTOSERVER: {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
submitBugReport(client, `[AUTOMATED REPORT] Unknown prompt type: ${getPlayerData(client).promptType}`);
|
submitBugReport(client, `[AUTOMATED REPORT] Unknown prompt type: ${getPlayerData(client).promptType}`);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user