on server addr
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m27s

This commit is contained in:
Smile Rex
2026-01-22 10:02:28 +03:00
parent cfa1afe4cb
commit 10a48c4038

View File

@@ -5,7 +5,7 @@ import { GameSocket } from "../net/Socket";
let localAddr: string = "ws://localhost:8080/ws";
let remoteAddr: string = "wss://tma-api.quizer.space/ws";
let isLocal: boolean = true;
let isLocal: boolean = false;
type ServerPlayerState = {
x: number;