Lucas Stadler 12 anni fa
parent
commit
7b5b532c73
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      js/pixl/server.js

+ 0 - 1
js/pixl/server.js

16
16
17
		server.clients.forEach(function(client) {
17
		server.clients.forEach(function(client) {
18
			if (socket != client) {
18
			if (socket != client) {
19
				console.log('broadcasting to ', client);
20
				client.send(msg);
19
				client.send(msg);
21
			}
20
			}
22
		});
21
		});