@riddix/hamh 2.1.0-alpha.412 → 2.1.0-alpha.413
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/backend/cli.js
CHANGED
|
@@ -166104,6 +166104,7 @@ var LevelControlServerBase = class extends FeaturedBase4 {
|
|
|
166104
166104
|
if (this.state.maxLevel == null) {
|
|
166105
166105
|
this.state.maxLevel = 254;
|
|
166106
166106
|
}
|
|
166107
|
+
this.state.onLevel = null;
|
|
166107
166108
|
logger157.debug(`initialize: calling super.initialize()`);
|
|
166108
166109
|
try {
|
|
166109
166110
|
await super.initialize();
|