From 9961f8280aa08494b84e2a92bfe229e417a6bb8a Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 26 Dec 2020 20:36:08 -0500 Subject: [PATCH] compress --- js/003-data/gameVariableData.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index 0d68d77d16d..15d295d1db5 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -783,9 +783,7 @@ App.Data.resetOnNGPlus = { }, }, customItem: { - /** - * @type {Map<string, slaveButtplugs>} - */ + /** @type {Map<string, slaveButtplugs>} */ buttPlugs: new Map([]), dildos: new Map([]), }, -- GitLab