NOISSUE remove the jar-modded jar after the instance finishes
This commit is contained in:
@ -30,4 +30,7 @@ public:
|
||||
{
|
||||
return false;
|
||||
}
|
||||
void finalize() override;
|
||||
private:
|
||||
bool removeJar();
|
||||
};
|
||||
|
Reference in New Issue
Block a user