You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move values into configuration, stop checking # of slots
Try and bring ACNW and ACUS together through:
1. Configuration values
2.
Added configuration settings:
Copyright holder in footer
- config.copyright (string)
Used to set range on min and max player in creating games
- config.playerMin (positive integer)
- config.playerMax (positive integer)
- config.minPlayersFloor (positive integer)
- config.minPlayersCeiling (positive integer)
- config.maxPlayersFloor (positive integer)
- config.maxPlayersCeiling (positive integer)
Used by ACUS on its hotel page to allow people to book in its
block of rooms:
- config.hotelBookingCode (string)
- config.hotelBookingUrl (string)
- config.hotelBookingLastdate (date)
Resolves: #155, #158, #160, #161
See also: #159
0 commit comments