Minor fix (cellGame)

This commit is contained in:
Nekotekina
2017-11-14 17:27:59 +03:00
parent 0fbb8b9a18
commit 358afc045d
+1 -1
View File
@@ -94,7 +94,7 @@ struct content_permission final
{ {
try try
{ {
if (!temp.empty()) if (temp.size() > 1)
{ {
fs::remove_all(temp); fs::remove_all(temp);
} }