raspberry_games_server_game_logic 1.8.271 → 1.8.272

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.
@@ -366,7 +366,7 @@
366
366
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
367
367
  //endregion
368
368
  function GameEngineConfig() {
369
- this.version = '1.8.271';
369
+ this.version = '1.8.272';
370
370
  }
371
371
  protoOf(GameEngineConfig).a2w = function () {
372
372
  return this.version;
@@ -31458,11 +31458,9 @@
31458
31458
  protoOf(RoomMode).w89 = function () {
31459
31459
  var tmp;
31460
31460
  switch (this.n2_1) {
31461
- case 1:
31462
- tmp = false;
31463
- break;
31464
31461
  case 0:
31465
31462
  case 2:
31463
+ case 1:
31466
31464
  case 3:
31467
31465
  tmp = true;
31468
31466
  break;
@@ -31476,10 +31474,10 @@
31476
31474
  var tmp;
31477
31475
  switch (this.n2_1) {
31478
31476
  case 0:
31479
- case 1:
31480
31477
  tmp = true;
31481
31478
  break;
31482
31479
  case 2:
31480
+ case 1:
31483
31481
  case 3:
31484
31482
  tmp = false;
31485
31483
  break;