Oliver-Akins / Phantom-Ink-Online

The online prototype for Resonym's game titled Phantom Ink.
http://phantominkgame.com/
6 stars 2 forks source link

Player rejoining doesn't work #25

Closed Oliver-Akins closed 3 years ago

Oliver-Akins commented 3 years ago

Currently with the persistent state the client will store the entire state, meaning that they will still see everything, but because the server doesn't have the updated socket client object registered to that player, they can't do anything and won't receive any events. This should be relatively easy to fix by just removing the localstorage persistence plugin from Vue

Oliver-Akins commented 3 years ago

This has been implemented and now should be working.