game_client_logic_deb 1.3.66 → 1.3.67

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.
@@ -243,7 +243,7 @@
243
243
  //endregion
244
244
  function GameEngineConfig() {
245
245
  GameEngineConfig_instance = this;
246
- this.q2k_1 = '1.3.66';
246
+ this.q2k_1 = '1.3.67';
247
247
  }
248
248
  GameEngineConfig.prototype.r2k = function () {
249
249
  return this.q2k_1;