Update game module and dependents for the 2019 game.

This commit is contained in:
Patrick Fairbank
2019-07-21 17:52:34 -07:00
parent 7e788b6d23
commit ad1891cd91
30 changed files with 396 additions and 1304 deletions

View File

@@ -66,6 +66,7 @@ func (web *Web) settingsPostHandler(w http.ResponseWriter, r *http.Request) {
eventSettings.PlcAddress = r.PostFormValue("plcAddress")
eventSettings.AdminPassword = r.PostFormValue("adminPassword")
eventSettings.ReaderPassword = r.PostFormValue("readerPassword")
eventSettings.HabDockingThreshold, _ = strconv.Atoi(r.PostFormValue("habDockingThreshold"))
err := web.arena.Database.SaveEventSettings(eventSettings)
if err != nil {