cleaned up method

This commit is contained in:
znetsixe
2025-06-12 17:04:02 +02:00
parent 08487ae280
commit dbc36c2f57
129 changed files with 4258 additions and 3841 deletions

View File

@@ -5,7 +5,7 @@ const MovementManager = require('./movementManager');
//load all config modules
const defaultConfig = require('./stateConfig.json');
const ConfigUtils = require('../../../generalFunctions/helper/configUtils');
const ConfigUtils = require('../helper/configUtils');
class state{
constructor(config = {}, logger) {