raspberry_games_server_game_logic 1.8.426 → 1.8.427

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.
@@ -4014,12 +4014,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
4014
4014
  var tmp$ret$2 = [element];
4015
4015
  return new ArrayList(tmp$ret$2);
4016
4016
  }
4017
- function mapOf(pair) {
4018
- return hashMapOf([pair]);
4019
- }
4020
4017
  function setOf(element) {
4021
4018
  return hashSetOf([element]);
4022
4019
  }
4020
+ function mapOf(pair) {
4021
+ return hashMapOf([pair]);
4022
+ }
4023
4023
  function copyToArray(collection) {
4024
4024
  var tmp;
4025
4025
  // Inline function 'kotlin.js.asDynamic' call