Skip to content

Commit

Permalink
Use correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Nov 7, 2024
1 parent 99ddbf7 commit 5f767ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/hydra-multiplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export class HydraMultiplayer {
}
const packets = decodePackets(packetsRaw);
for (const packet of packets) {
console.log("Packet for", packet.to);
if (packet.to == this.myIP) {
const buf = this.module._malloc!(packet.data.length);
this.module.HEAPU8!.set(packet.data, buf);
Expand Down

0 comments on commit 5f767ae

Please sign in to comment.