Fix deletion of the first char in the list

f33464527b07538591f2ac3fa8f8ff807ca569b5

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -10283,7 +10283,7 @@ jQuery(async function () {
1028310283 $('#form_create').submit(createOrEditCharacter);
1028410284
1028510285 $('#delete_button').on('click', async function () {
1028610286 if (this_chid === undefined || !characters[this_chid]) {
1028710287 toastr.warning('No character selected.');
1028810288 return;
1028910289 }