Update index.js
This commit is contained in:
parent
f161566a89
commit
7ae9e1f9ad
1 changed files with 11 additions and 1 deletions
12
index.js
12
index.js
|
@ -1,3 +1,13 @@
|
|||
/*
|
||||
* You are now retarded.
|
||||
*
|
||||
* I am not responsible for bricked brains, dead usb sticks,
|
||||
* or you getting fired because your pc opened 2 seconds slower. Please
|
||||
* do some research if you have any concerns about features included in this software
|
||||
* before installing it! YOU are choosing to make these modifications, and if
|
||||
* you point the finger at me for messing up your pc, I will laugh at you.
|
||||
*/
|
||||
|
||||
import { Plugin } from '@vizality/entities';
|
||||
import { getModule } from "@vizality/webpack";
|
||||
import { patch, unpatch } from "@vizality/patcher"
|
||||
|
@ -27,4 +37,4 @@ export default class amogus extends Plugin {
|
|||
stop () {
|
||||
unpatch('amoguspng')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue