add eldewrito eldewrito

This commit is contained in:
Pedro Ivo Hudson 2024-02-14 23:37:53 -03:00
parent 45945fa782
commit aa6069eeb6
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ export default class eldewrito extends Core {
state.connect = this.options.address + ':' + json.port
state.raw = json
if ('eldewritoVersion' in state.raw) state.version = state.raw.eldewritoVersion
}
}