aboutsummaryrefslogtreecommitdiff
path: root/features/lockedFeatures
diff options
context:
space:
mode:
Diffstat (limited to 'features/lockedFeatures')
-rw-r--r--features/lockedFeatures/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/features/lockedFeatures/index.js b/features/lockedFeatures/index.js
index 44a4139..2826626 100644
--- a/features/lockedFeatures/index.js
+++ b/features/lockedFeatures/index.js
@@ -29,7 +29,6 @@ class LockedFeatures extends Feature {
this.eventCommand = undefined
this.registerStep(true, 1, this.step)
- this.registerEvent("renderOverlay", this.renderOverlay).registeredWhen(() => this.guildEventLb.getValue())
}
step() {
@@ -107,10 +106,6 @@ class LockedFeatures extends Feature {
this.guildLbElement.setText(text)
}
- renderOverlay() {
- this.hudElements.forEach(a => a.render())
- }
-
initVariables() {
}