game_client_logic_deb 1.8.443 → 1.8.444
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 +1 -1
- package/Logic_Debertz-engine.js +5 -0
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
388
388
|
//endregion
|
|
389
389
|
function GameEngineConfig() {
|
|
390
|
-
this.version = '1.8.
|
|
390
|
+
this.version = '1.8.444';
|
|
391
391
|
}
|
|
392
392
|
protoOf(GameEngineConfig).x3u = function () {
|
|
393
393
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -43274,6 +43274,11 @@
|
|
|
43274
43274
|
function CardsInteractor() {
|
|
43275
43275
|
}
|
|
43276
43276
|
function distributeCardsByCycles($this, cardsInCycle, cards, players, playersCards) {
|
|
43277
|
+
// Inline function 'kotlin.require' call
|
|
43278
|
+
if (!(cardsInCycle > 0)) {
|
|
43279
|
+
var message = 'cardsInCycle must be positive, got: ' + cardsInCycle;
|
|
43280
|
+
throw IllegalArgumentException_init_$Create$(toString(message));
|
|
43281
|
+
}
|
|
43277
43282
|
// Inline function 'kotlin.collections.maxOf' call
|
|
43278
43283
|
var iterator = players.l();
|
|
43279
43284
|
if (!iterator.m())
|