Skip to content

Commit

Permalink
Temp hack to allow new maps to be created
Browse files Browse the repository at this point in the history
  • Loading branch information
micrology committed Jun 26, 2024
1 parent 4a6f850 commit 0410b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/prsm.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ function startY(newRoom) {
wsProvider.on('synced', () => {
// if this is a clone, load the cloned data
initiateClone()
// displayNetPane(`${exactTime()} remote content loaded from ${websocket}`)
displayNetPane(`${exactTime()} remote content loaded from ${websocket}`)
})
wsProvider.disconnectBc()
wsProvider.on('status', (event) => {
Expand Down

0 comments on commit 0410b4e

Please sign in to comment.