Minor fix (cellGame)

This commit is contained in:
Nekotekina 2017-11-14 17:27:59 +03:00
commit 358afc045d

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);
} }