Make spawn and movement acceptance server-authoritative

This commit is contained in:
Jage9
2026-02-24 19:52:38 -05:00
parent a588148039
commit 7488ac9f67
12 changed files with 78 additions and 29 deletions

View File

@@ -115,6 +115,7 @@ class RemoteUser(BaseModel):
class WelcomePacket(BasePacket):
type: Literal["welcome"]
id: str
player: RemoteUser
users: list[RemoteUser]
items: list[dict] | None = None
worldConfig: dict | None = None