game_client_logic_deb 1.8.428 → 1.8.429

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.
@@ -387,7 +387,7 @@
387
387
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
388
388
  //endregion
389
389
  function GameEngineConfig() {
390
- this.version = '1.8.428';
390
+ this.version = '1.8.429';
391
391
  }
392
392
  protoOf(GameEngineConfig).w3u = function () {
393
393
  return this.version;
@@ -2873,11 +2873,9 @@
2873
2873
  switch (this.q2_1) {
2874
2874
  case 0:
2875
2875
  case 1:
2876
- tmp = true;
2877
- break;
2878
2876
  case 2:
2879
2877
  case 3:
2880
- tmp = false;
2878
+ tmp = true;
2881
2879
  break;
2882
2880
  default:
2883
2881
  noWhenBranchMatchedException();