From ce1a4e116f542a1cee10a3d84a6af080af44452a Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 15 Sep 2021 20:36:50 -0400 Subject: [PATCH] Greater waits for specialOnce() --- utils/GunSmith/GunSmith.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/GunSmith/GunSmith.js b/utils/GunSmith/GunSmith.js index 137d3d64..ea3c8fe9 100644 --- a/utils/GunSmith/GunSmith.js +++ b/utils/GunSmith/GunSmith.js @@ -544,9 +544,9 @@ function createReplica(path, afterMap = false) { cb(data, key) }) }, - specialOnce(cb, _wait = 500) { + specialOnce(cb, _wait = 1000) { this.once((data, key) => { - if (isPopulated(data) || _wait === 4500) { + if (isPopulated(data) || _wait > 100000) { cb(data, key) } else { forge()