simpler console command interface

This commit is contained in:
Radu Ioan Fericean
2015-07-14 21:23:21 +03:00
parent 0f7cc579f3
commit e95b2be88d
49 changed files with 131 additions and 230 deletions

View File

@@ -541,7 +541,7 @@ func main() {
return
}
}
engine.SetUserService(users)
engine.SetUserService(userServer)
}()
wg.Wait()