fix(client_patches): my non-existent grammar
This commit is contained in:
parent
7e5e822126
commit
36b979494c
@ -137,13 +137,13 @@ namespace client_patches
|
|||||||
{
|
{
|
||||||
std::error_code e;
|
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))
|
if (!std::filesystem::is_directory("players", e))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Folder does exists. Already migrated
|
// Folder does exist. Already migrated
|
||||||
if (std::filesystem::is_directory("boiii_players", e))
|
if (std::filesystem::is_directory("boiii_players", e))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user