Team-Silver-Sphere / SquadJS

Squad Server Script Framework
Boost Software License 1.0
166 stars 125 forks source link

Black Coast Layers Showing as `Unknown` in Server Status #252

Closed hink closed 2 years ago

hink commented 2 years ago

https://github.com/Team-Silver-Sphere/SquadJS/blob/813aca1bc01b10019cdbe50696fbd42bd2e51080/squad-server/layers/layers.js#L25

The remote source at line 25: https://raw.githubusercontent.com/Squad-Wiki-Editorial/squad-wiki-pipeline-map-data/master/completed_output/_Current%20Version/finished.json

BlackCoast layers are included, however, the disparity in naming consistency prevents the SquadJS from showing the name:

"Name": "Black Coast AAS v1",
            "rawName": "BlackCoast_AAS_v1",
            "levelName": "Black_Coast_AAS_v1",
            "minimapTexture": "Black_Coast_Minimap",
            "lightingLevel": "LL_Black_Coast_OvercastDay",
            "lighting": "Overcast",
            "border": [
                {
                    "point": "0",...
hink commented 2 years ago

This appears to have been fixed.