aboutsummaryrefslogtreecommitdiff
path: root/features/events
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-01 17:11:10 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-01 17:11:10 +0800
commit86cf90a582f8b3b84b7a8cbeedef250bd641901b (patch)
treef9622ad54cee230f0c6077885dedf2c71a95c622 /features/events
parent453284c454714d97c8fba00414ad2acd2ecc862d (diff)
downloadSoopyV2-86cf90a582f8b3b84b7a8cbeedef250bd641901b.tar.gz
SoopyV2-86cf90a582f8b3b84b7a8cbeedef250bd641901b.tar.bz2
SoopyV2-86cf90a582f8b3b84b7a8cbeedef250bd641901b.zip
only show inquis from party members also show from self
Diffstat (limited to 'features/events')
-rw-r--r--features/events/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/events/index.js b/features/events/index.js
index 5e20036..73c9bec 100644
--- a/features/events/index.js
+++ b/features/events/index.js
@@ -171,7 +171,7 @@ class Events extends Feature {
}
inquisData(loc, user) {
- if (this.ignorePlayers.has(user)) return
+ if (this.ignorePlayers.has(user) && user !== Player.getName()) return
if (!loc) {
delete this.slayerLocationDataH[user]
return