fixed
This commit is contained in:
@@ -255,11 +255,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool checkPause() {
|
bool checkPause() {
|
||||||
FILE* f = fopen("pause", "w");
|
return Utils::Exists("pause");
|
||||||
if (f) {
|
|
||||||
fclose(f);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user