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