aboutsummaryrefslogtreecommitdiff
path: root/features/lockedFeatures
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-29 12:04:52 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-29 12:04:52 +0800
commita6593709b0e1e99e241b6c163fe66623685b6efc (patch)
tree9714e82716caf9edd6be05a1822fa492eb6756ed /features/lockedFeatures
parenta7dcf231cc43c9ef73d6a969203c2dafd2ce8caf (diff)
downloadSoopyV2-a6593709b0e1e99e241b6c163fe66623685b6efc.tar.gz
SoopyV2-a6593709b0e1e99e241b6c163fe66623685b6efc.tar.bz2
SoopyV2-a6593709b0e1e99e241b6c163fe66623685b6efc.zip
first part of supporting java side rendering
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() {
}