raspberry_games_server_game_logic 1.8.277 → 1.8.278
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.
package/Logic_Debertz-core.js
CHANGED
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
376
376
|
//endregion
|
|
377
377
|
function GameEngineConfig() {
|
|
378
|
-
this.version = '1.8.
|
|
378
|
+
this.version = '1.8.278';
|
|
379
379
|
}
|
|
380
380
|
protoOf(GameEngineConfig).p2z = function () {
|
|
381
381
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
initMetadataForClass(RoundEndedAction, 'RoundEndedAction', VOID, GameAction);
|
|
1175
1175
|
initMetadataForClass(PartyRestartedAction, 'RoundRestartedAction', VOID, VOID, [Action]);
|
|
1176
1176
|
function get_isEnableChoosePartnerScreen() {
|
|
1177
|
-
return
|
|
1177
|
+
return false;
|
|
1178
1178
|
}
|
|
1179
1179
|
function get_readyPlayerIdsArray() {
|
|
1180
1180
|
// Inline function 'kotlin.emptyArray' call
|