client_plugin_logic_deb 1.8.504 → 1.8.505
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
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
457
457
|
//endregion
|
|
458
458
|
function GameEngineConfig() {
|
|
459
|
-
this.version = '1.8.
|
|
459
|
+
this.version = '1.8.505';
|
|
460
460
|
}
|
|
461
461
|
protoOf(GameEngineConfig).f48 = function () {
|
|
462
462
|
return this.version;
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
initMetadataForClass(ObserverStrategy, 'ObserverStrategy', VOID, Enum);
|
|
1076
1076
|
initMetadataForInterface(TradeScene, 'TradeScene', VOID, VOID, [SceneActionsContract, ExpectantContract, TradeSceneContract]);
|
|
1077
1077
|
initMetadataForInterface(EarnPointsScene, 'EarnPointsScene', VOID, VOID, [SceneActionsContract, ExpectantContract, EarnPointsSceneContract]);
|
|
1078
|
-
initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [
|
|
1078
|
+
initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [ControlsContract, ExpectantContract, SceneActionsContract]);
|
|
1079
1079
|
initMetadataForClass(EarnPointsSceneImpl, 'EarnPointsSceneImpl', VOID, VOID, [EarnPointsSceneContract, ExpectantContract, SceneActionsContract, PlayersSceneContract, EarnPointsScene, GameEngineSceneContract]);
|
|
1080
1080
|
initMetadataForLambda(TableSceneImpl$observeControls$o$collect$slambda, CoroutineImpl, VOID, [1]);
|
|
1081
1081
|
initMetadataForCoroutine($collectCOROUTINE$_40, CoroutineImpl);
|
|
@@ -37534,7 +37534,7 @@
|
|
|
37534
37534
|
next(action);
|
|
37535
37535
|
var tmp1_safe_receiver = get_clientPayloadOrNull(store.state);
|
|
37536
37536
|
var after = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.vbk_1;
|
|
37537
|
-
if (before
|
|
37537
|
+
if (equals(before, after))
|
|
37538
37538
|
return Unit_instance;
|
|
37539
37539
|
var state = store.state;
|
|
37540
37540
|
if (get_isFinishing(state) || get_isFinished(state))
|