Minor fix (cellGame)

This commit is contained in:
Nekotekina 2017-11-14 17:27:59 +03:00
parent 0fbb8b9a18
commit 358afc045d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ struct content_permission final
{
try
{
if (!temp.empty())
if (temp.size() > 1)
{
fs::remove_all(temp);
}