Add -local flag to connect to local server

This commit is contained in:
2025-01-18 14:23:48 +01:00
parent 0cd3145d28
commit e8d062c4b7
4 changed files with 16 additions and 4 deletions

View File

@ -58,6 +58,4 @@ const (
ServerTickRate = 600 * time.Millisecond
ClientTickRate = 50 * time.Millisecond
MaxTickDesync = 5
// ServerAddr = "localhost:6969"
ServerAddr = "boner.be:6969"
)