Commit Graph

4 Commits

Author SHA1 Message Date
df62d0bbff fix: explicitly define server ids
Prior to this, server ids were set purely based on the position in the
inventory. So, if a mistake were made and a server moved up or down in
position then the associated ID would be wrong, and the wrong data would
be used against it in SquadJS's database. Furthermore, if we were to
ever change the format of how servers are in the inventory this would
cause a headache as currently server ids are calculated based on
position in the inventory. Explicitly defining them while, yes, adding
another hard coded value, avoids this headache entirely.
2023-02-03 17:52:42 -06:00
c3b948ac11 refactor!: support separate squadjs images 2023-01-25 22:57:57 -06:00
c4d0385cf3 feat: improve output 2023-01-22 22:14:37 -06:00
ac5f385168 feat: full squad server role 2023-01-22 22:07:57 -06:00