This commit is contained in:
asoseil 2017-11-14 16:12:56 +01:00
parent 331b181b69
commit 49b574813c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func (s *Server) start(p *cli.Context) (err error) {
if p.Bool("server") { if p.Bool("server") {
s.parent.Server.Status = true s.parent.Server.Status = true
} }
if p.Bool("open"){ if p.Bool("open") {
s.parent.Server.Open = true s.parent.Server.Open = true
} }