1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix serialization errors and implement hub deserialization

This commit is contained in:
tobspr
2020-05-14 22:20:19 +02:00
parent 330c98267a
commit a1fd83c03c
5 changed files with 28 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ export class MainMenuState extends GameState {
for (let i = 0; i < games.length; ++i) {
const elem = makeDiv(parent, null, ["savegame"]);
makeDiv(elem, null, ["internalId"], games[i].internalId.substr(0, 15));
makeDiv(elem, null, ["internalId"], games[i].internalId.substr(0, 6));
makeDiv(
elem,
null,