From 7ae9e1f9adcd027bc891cf1538e0ccd04973efa5 Mon Sep 17 00:00:00 2001 From: MoltenCoreDev Date: Sun, 28 Feb 2021 21:02:09 +0100 Subject: [PATCH] Update index.js --- index.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 37dad29..240fbac 100644 --- a/index.js +++ b/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') } -} \ No newline at end of file +}