Minor fix (cellGame)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user