fix bugs related to vendoring
This commit is contained in:
parent
e69fc18966
commit
3d01f49255
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -78,7 +78,7 @@ func main() {
|
|||
}
|
||||
|
||||
// Always check and print players online
|
||||
client, err := a2s.New("127.0.0.1", 17777) // Adjust IP/port if needed
|
||||
client, err := a2s.New("192.168.1.5", 17777) // Adjust IP/port if needed
|
||||
if err != nil {
|
||||
fmt.Printf("Failed to create A2S client: %v\n", err)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue