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.
@@ -4499,6 +4499,9 @@ var ClientNetworkHandler = class {
4499
4499
  }
4500
4500
  }
4501
4501
  onStuffText(msg) {
4502
+ if (this.imports?.engine.cmd) {
4503
+ this.imports.engine.cmd.executeText(msg);
4504
+ }
4502
4505
  }
4503
4506
  onPrint(level, msg) {
4504
4507
  if (this.callbacks?.onPrint) {