Closed Pimentoso closed 1 year ago
This PR attempts to remove the playerTimes var from client.js, in order to simplify the codebase and prepare for future refactors. Methods to building data structures related to playerTimes have been moved to storage.js
playerTimes
client.js
storage.js
More fixes in this branch:
This PR attempts to remove the
playerTimes
var fromclient.js
, in order to simplify the codebase and prepare for future refactors. Methods to building data structures related toplayerTimes
have been moved tostorage.js