woops change that var name too

This commit is contained in:
scatterflower 2021-04-08 14:09:33 -05:00
parent 18597cb4a3
commit c7888d777c

View File

@ -145,7 +145,7 @@ void AOClient::pktSelectChar(AreaData* area, int argc, QStringList argv, AOPacke
bool argument_ok; bool argument_ok;
int selected_char_id = argv[1].toInt(&argument_ok); int selected_char_id = argv[1].toInt(&argument_ok);
if (!argument_ok) { if (!argument_ok) {
char_id = -1; selected_char_id = -1;
return; return;
} }