raspberry_games_server_game_logic 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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.v5k(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -402,7 +402,7 @@
402
402
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
403
403
  //endregion
404
404
  function GameEngineConfig() {
405
- this.version = '1.8.428';
405
+ this.version = '1.8.429';
406
406
  }
407
407
  protoOf(GameEngineConfig).a3w = function () {
408
408
  return this.version;
@@ -3057,11 +3057,9 @@
3057
3057
  switch (this.q2_1) {
3058
3058
  case 0:
3059
3059
  case 1:
3060
- tmp = true;
3061
- break;
3062
3060
  case 2:
3063
3061
  case 3:
3064
- tmp = false;
3062
+ tmp = true;
3065
3063
  break;
3066
3064
  default:
3067
3065
  noWhenBranchMatchedException();