aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r--features/dungeonSolvers/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js
index 5ca1ed5..954c4b8 100644
--- a/features/dungeonSolvers/index.js
+++ b/features/dungeonSolvers/index.js
@@ -97,7 +97,7 @@ class DungeonSolvers extends Feature {
}
if (this.lividData.sayLividColors2.length === 9) {
if(this.lividFindChat.getValue()){
- ChatLib.chat("Correct livid is: " + this.lividData.lividColor[lividName] + lividName)
+ ChatLib.chat(this.FeatureManager.messagePrefix + "Correct livid is: " + this.lividData.lividColor[lividName] + lividName)
}
this.lividData.correctLividColor = lividName
}