diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-29 22:09:09 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-29 22:09:09 +0800 |
commit | c755594ea466fa0df177131ab9bebc5fe52cbc1f (patch) | |
tree | 70f5a6e5c5a6e90ca90d753f559da561b4cf8fcd /features | |
parent | 19522ece48637364f3bc438b4338ad2ce163e3e5 (diff) | |
download | SoopyV2-c755594ea466fa0df177131ab9bebc5fe52cbc1f.tar.gz SoopyV2-c755594ea466fa0df177131ab9bebc5fe52cbc1f.tar.bz2 SoopyV2-c755594ea466fa0df177131ab9bebc5fe52cbc1f.zip |
oops forgot to actually do the not showing notif thing lmfao
Diffstat (limited to 'features')
-rw-r--r-- | features/events/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js index c0fe28f..2b189ba 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -164,6 +164,7 @@ class Events extends Feature { } inquisData(loc, user) { + if (this.ignorePlayers.has(user)) return if (!loc) { delete this.slayerLocationDataH[user] return |