mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-12 15:04:42 +00:00
basic client
it's able to join the world and perform basic state updates. packet parsing is very primitive.
This commit is contained in:
parent
bfedba07d7
commit
0d4a5ad40e
5 changed files with 454 additions and 72 deletions
|
|
@ -19,7 +19,7 @@ services:
|
|||
ports:
|
||||
- 51010:8080
|
||||
db:
|
||||
image: postgres
|
||||
image: postgres:12
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue