added the IsAlive check for beamng

This commit is contained in:
2026-09-17 23:01:50 +01:00
parent 15b997c22f
commit ffc03e9e49
3 changed files with 19 additions and 9 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import (
)
func IsRunning() bool {
// The address should be loaded from some type of configuration
addr, err := net.ResolveUDPAddr("udp", "127.0.0.1:4443")
// TODO: The address should be loaded from some type of configuration
addr, err := net.ResolveUDPAddr("udp", "127.0.0.1:4444")
if err != nil {
return false
}