fix: double start
This commit is contained in:
parent
e2cad034c2
commit
7fdc7ba4e9
|
@ -77,7 +77,6 @@ export default function PlaySpecific() {
|
|||
});
|
||||
useEffect(() => {
|
||||
setEcs(new ClientEcs({Components, Systems}));
|
||||
setDisconnected(true);
|
||||
}, [Components, setEcs, Systems]);
|
||||
useEffect(() => {
|
||||
if (!Client) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user