Skip to content

Commit

Permalink
1 based indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Mar 4, 2025
1 parent 4735584 commit 691ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/metaserver/code/ss_central.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ SUBSYSTEM_DEF(central)

var/list/data = json_decode(response.body)
if(data["total"] != 0)
return data["items"][0]["tier"]
return data["items"][1]["tier"]

0 comments on commit 691ab8e

Please sign in to comment.