You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you get negative score it'll be shown on the podium as "@_-1"
Editing strings in the SSL files can sometimes make "@_" appear in front, eg editing "ingame_ui_leave_game" to "HALO 3 MENU" shows up as "@_HALO 3 MENU"
Seems like it tries looking it up as a string ID, if it can't find it then it puts "@_" in front for some reason.
The text was updated successfully, but these errors were encountered:
Not really sure how we can fix this. For fixing the podium scoring we could maybe look at how scores are bound to the main scoreboard, since negative numbers work there.
Some strings get prefixed with "@_":
Seems like it tries looking it up as a string ID, if it can't find it then it puts "@_" in front for some reason.
The text was updated successfully, but these errors were encountered: