diff --git a/shared/js/connection/CommandHelper.ts b/shared/js/connection/CommandHelper.ts index 0994f58e..66a5ae83 100644 --- a/shared/js/connection/CommandHelper.ts +++ b/shared/js/connection/CommandHelper.ts @@ -294,7 +294,7 @@ namespace connection { return new Promise((resolve, reject) => { const single_handler: SingleCommandHandler = { function: command => { - if(command.command != "") + if(command.command != "" && command.command.indexOf("=") == -1) return false; this._who_am_i = command.arguments[0];