quake2ts 0.0.209 → 0.0.211

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.
@@ -4468,6 +4468,9 @@ var ClientNetworkHandler = class {
4468
4468
  }
4469
4469
  }
4470
4470
  onStuffText(msg) {
4471
+ if (this.imports?.engine.cmd) {
4472
+ this.imports.engine.cmd.executeText(msg);
4473
+ }
4471
4474
  }
4472
4475
  onPrint(level, msg) {
4473
4476
  if (this.callbacks?.onPrint) {