diff options
author | 0neGal <mail@0negal.com> | 2022-01-18 15:15:10 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-18 15:16:11 +0100 |
commit | 45b4c015a14da3a2860a87e7b704a89110943def (patch) | |
tree | fea0cde9f9e4ef72ba51fa63d30bced7c59e3426 | |
parent | a28e3812f95fd301201733bc2e7de24bb555ddb8 (diff) | |
download | Viper-45b4c015a14da3a2860a87e7b704a89110943def.tar.gz Viper-45b4c015a14da3a2860a87e7b704a89110943def.zip |
fixed random text in the middle of code
This was some Vim shenanigans (accidentally pressing "." after adding
that text a little further up), at least that's my guess.
-rw-r--r-- | src/utils.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.js b/src/utils.js index 797afe5..50ffed0 100644 --- a/src/utils.js +++ b/src/utils.js @@ -486,7 +486,6 @@ const mods = { }catch(err) {return notamod()} } }, - as well // Removes mods // // Takes in the names of the mod then removes it, no confirmation, |