~starkingdoms/starkingdoms

708a15886c76e9f2dc332f5410bd0b68c55ac852 — core 1 year, 8 months ago 94228b7
fmt
2 files changed, 2 insertions(+), 2 deletions(-)

M starkingdoms-client/src/config.json
M starkingdoms-client/src/globals.ts
M starkingdoms-client/src/config.json => starkingdoms-client/src/config.json +1 -1
@@ 18,4 18,4 @@
      "isDevelopment": true
    }
  ]
}
\ No newline at end of file
}

M starkingdoms-client/src/globals.ts => starkingdoms-client/src/globals.ts +1 -1
@@ 58,7 58,7 @@ export const global: GlobalData = {
  right: false,
  rendering: null,
  saveEligible: true,
  leaving: false
  leaving: false,
};

export function player(): Part | undefined {