R2Northstar / NorthstarMods

Squirrel scripts used to recreate server-side gamelogic and add custom content to the game.
MIT License
153 stars 118 forks source link

All gamemodes in private match are marked as locked #878

Closed GeckoEidechse closed 2 months ago

GeckoEidechse commented 2 months ago

image

Bug introduced in #624 (I failed to catch it in testing cause I was tired, sorry)

Zanieon commented 2 months ago

It seems like it happens because of this section in menu_mode_select.nut

Disabling it fixes it

You don't even need to disable it, you just need to remove the ! in front of the check of PrivateMatch_IsValidMapModeCombo

NachosChipeados commented 2 months ago

Oh right yeah, i missed that