From d36dbde865aec68f7fd564977cdf8e9c5912edbe Mon Sep 17 00:00:00 2001
From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com>
Date: Tue, 23 Nov 2021 23:01:10 +0800
Subject: - Finish streamgui - some more information in settings menus - random
fixes
---
features/stat_next_to_name/index.js | 2 ++
1 file changed, 2 insertions(+)
(limited to 'features/stat_next_to_name')
diff --git a/features/stat_next_to_name/index.js b/features/stat_next_to_name/index.js
index b7addb9..ee8d7d2 100644
--- a/features/stat_next_to_name/index.js
+++ b/features/stat_next_to_name/index.js
@@ -1,6 +1,7 @@
///
///
import Feature from "../../featureClass/class";
+import SettingBase from "../settings/settingThings/settingBase";
class StatNextToName extends Feature {
constructor() {
@@ -8,6 +9,7 @@ class StatNextToName extends Feature {
}
onEnable(){
+ new SettingBase("NOTE: this does not work", "COMING SOON(tm) (sooner than sb 1.0)", true, "stat_next_to_name_description", this)
}
onDisable(){
--
cgit