FIX: Fix some bug
This commit is contained in:
@@ -125,7 +125,7 @@ func (f *FSService) StartWithConsole(path string) (bool, string) {
|
||||
application.Get().Event.Emit("game:exit")
|
||||
} else if strings.HasSuffix(path, "firefly-go_win.exe") {
|
||||
application.Get().Event.Emit("server:exit")
|
||||
} else if strings.HasSuffix(path, "FireflyProxy.exe") {
|
||||
} else if strings.HasSuffix(path, "firefly-go-proxy.exe") {
|
||||
application.Get().Event.Emit("proxy:exit")
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user