fix(client_patches): my non-existent grammar

This commit is contained in:
Edo 2023-05-16 19:23:02 +01:00 committed by GitHub
parent 7e5e822126
commit 36b979494c

View File

@ -137,13 +137,13 @@ namespace client_patches
{
std::error_code e;
// Folder does not exists. Nothing to migrate
// Folder does not exist. Nothing to migrate
if (!std::filesystem::is_directory("players", e))
{
return;
}
// Folder does exists. Already migrated
// Folder does exist. Already migrated
if (std::filesystem::is_directory("boiii_players", e))
{
return;