Fix file existence check

This commit is contained in:
Alexander Batalov 2022-12-23 10:34:20 +03:00
parent 512530c653
commit b0cb70ffa6

View File

@ -3968,7 +3968,7 @@ static int characterEditorShowOptions()
string4[0] = '\0';
strcat(string4, string1);
if (!characterFileExists(string4)) {
if (characterFileExists(string4)) {
// already exists
snprintf(string4, sizeof(string4),
"%s %s",