Woops typo

This commit is contained in:
Vortrex
2020-12-31 01:19:27 -06:00
parent 9439dde24c
commit ceda951d23

View File

@@ -38,8 +38,8 @@ addNetworkHandler("ag.promptAnswerYes", function(client) {
switch(getEntityData(client, "ag.prompt")) {
case AG_PROMPT_CREATEFIRSTCHAR:
triggerNetworkEvent("ag.showNewCharacter", client);
break;
S
break;
default:
break;
}