mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 22:48:25 +00:00
have clients send logs to server
This commit is contained in:
@@ -122,7 +122,9 @@ wss.on('connection', (ws, req) => {
|
||||
clientMsg.lastTurn
|
||||
)
|
||||
}
|
||||
// TODO: send error message
|
||||
if(clientMsg.type == "log") {
|
||||
console.log()
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user