@hytopia.com/examples 1.0.54 → 1.0.55

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.
@@ -176,6 +176,7 @@ export default class GameManager {
176
176
  player.ui.sendData({
177
177
  type: 'leaderboard-sync',
178
178
  killCounts: this.getKillCounts(),
179
+ localPlayer: player.username,
179
180
  });
180
181
  }
181
182
 
@@ -428,6 +429,7 @@ export default class GameManager {
428
429
  type: 'leaderboard-update',
429
430
  username,
430
431
  killCount,
432
+ localPlayer: player.username,
431
433
  });
432
434
  });
433
435
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hytopia.com/examples",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",