raspberry_games_server_game_logic 1.8.269 → 1.8.270
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.
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.k56(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
327
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
328
328
|
function offsetHours$default(padding, $super) {
|
|
329
329
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
330
330
|
var tmp;
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
367
367
|
//endregion
|
|
368
368
|
function GameEngineConfig() {
|
|
369
|
-
this.version = '1.8.
|
|
369
|
+
this.version = '1.8.270';
|
|
370
370
|
}
|
|
371
371
|
protoOf(GameEngineConfig).a2w = function () {
|
|
372
372
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -40016,6 +40016,7 @@
|
|
|
40016
40016
|
if (action instanceof PlayerReadyFromClientAction) {
|
|
40017
40017
|
tmp = this.t8f(table.gameInfo.round);
|
|
40018
40018
|
} else {
|
|
40019
|
+
this.q8f_1.w("generateTagFromAction: can't generate tag for " + toString(action));
|
|
40019
40020
|
tmp = null;
|
|
40020
40021
|
}
|
|
40021
40022
|
}
|
|
@@ -40047,7 +40048,7 @@
|
|
|
40047
40048
|
if (answerAction instanceof PlayerReadyMechanicAction) {
|
|
40048
40049
|
tmp = this.t8f(table.gameInfo.round);
|
|
40049
40050
|
} else {
|
|
40050
|
-
this.q8f_1.w("
|
|
40051
|
+
this.q8f_1.w("generateTagFromAction: can't generate tag for " + toString(answerAction));
|
|
40051
40052
|
tmp = null;
|
|
40052
40053
|
}
|
|
40053
40054
|
}
|