remove obsolete comment

This commit is contained in:
Zutatensuppe 2021-05-30 23:37:16 +02:00
parent 21d7db5677
commit c2da0759b9

View file

@ -485,7 +485,6 @@ export async function main(
}
if (MODE === MODE_PLAY) {
// TODO: register onServerChange function before connecting to server
Communication.onServerChange((msg) => {
const msgType = msg[0]
const evClientId = msg[1]