mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-16 15:58:00 +00:00
show starting player on first load
This commit is contained in:
@@ -79,6 +79,7 @@ const App = () => {
|
||||
|
||||
const newGame = () => {
|
||||
localStorage.removeItem('players');
|
||||
localStorage.removeItem('playing');
|
||||
localStorage.removeItem('initialGameSettings');
|
||||
|
||||
window.location.reload();
|
||||
|
||||
Reference in New Issue
Block a user