mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
completed game importing; partial work on version importing
This commit is contained in:
@ -20,7 +20,6 @@ function initWs() {
|
||||
ws = new WebSocket(url);
|
||||
ws.onmessage = (e) => {
|
||||
const msg = JSON.parse(e.data) as TaskMessage;
|
||||
console.log(msg);
|
||||
const taskStates = useTaskStates();
|
||||
const state = taskStates.value[msg.id];
|
||||
if (!state) return;
|
||||
|
||||
Reference in New Issue
Block a user