fix
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m30s

This commit is contained in:
Smile Rex
2026-01-22 17:39:41 +03:00
parent 2459262cef
commit 5304120464

View File

@@ -50,8 +50,7 @@ export class GameSocket {
this.socket.send(
JSON.stringify({
type: "input",
dx,
dy,
payload: { dx, dy },
}),
);
}