Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Fixed command replies being sent to all players. Fixed gear set list formatting.
Added a new hook for checking if a gear set exists before using it. C#: bool GearSetExists(string gearSetName)
bool GearSetExists(string gearSetName)
Proper handling for null or non-existent gear set names.