NOISSUE remove the jar-modded jar after the instance finishes
This commit is contained in:
parent
0636c03d7c
commit
1dbc4e16f7
2 changed files with 26 additions and 7 deletions
|
@ -30,4 +30,7 @@ public:
|
|||
{
|
||||
return false;
|
||||
}
|
||||
void finalize() override;
|
||||
private:
|
||||
bool removeJar();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue