@@ -405,7 +405,8 @@ void FiosMakeSavegameName(char *buf, const char *name)
void FiosDelete(const char *name)
{
char *path = str_buffr;
char path[512];
FiosMakeSavegameName(path, name);
unlink(path);
}
The note is not visible to the blocked user.