Warning cleanup

main
Ashelyn Dawn 4 years ago
parent 3a3de2b6ca
commit a48b037094

@ -15,7 +15,7 @@ export default function Loader({onLoad}) {
// In case of failure - just launch the darn thing without images
// after 10 seconds
setTimeout(onLoad, 10000)
}, [])
}, []) // eslint-disable-line react-hooks/exhaustive-deps
return (
<div className={styles.container}>

@ -1,7 +1,6 @@
import {game, rules, renderer} from './engine/'
import './rooms.tsx'
import { ValidCommandDetails } from './engine/types/ParsedCommand'
// Initial player location
game.getState().player.location = 'cabin'

Loading…
Cancel
Save