diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-04-26 21:45:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 19:45:08 +0000 |
commit | c1dc1a9e84f8375cab3fc7b66e44289be5fd6f80 (patch) | |
tree | b8404239b68b12d31cead41dbd307a742f88186c | |
parent | 2cac435b9aa8108853481252bf1f2dc47bb96d3c (diff) | |
download | NorthstarMods-c1dc1a9e84f8375cab3fc7b66e44289be5fd6f80.tar.gz NorthstarMods-c1dc1a9e84f8375cab3fc7b66e44289be5fd6f80.zip |
Update ui_presence.nut (#326)
works fine
-rw-r--r-- | Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut b/Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut index 5f42cc7d..1e381989 100644 --- a/Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut +++ b/Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut @@ -28,7 +28,7 @@ void function NSUpdateGameStateLoopUI() NSSetLoading( false ) if( GetConVarString( "mp_gamemode" ) == "solo" ) { - NSUpdateGameStateUI( "northstar", Localize( GetMapDisplayName( GetActiveLevel() + "_CAMPAIGN_NAME" ) ), "Campaign", "Campaign", IsFullyConnected(), false ) + NSUpdateGameStateUI( GetActiveLevel(), Localize( GetMapDisplayName( GetActiveLevel() + "_CAMPAIGN_NAME" ) ), "Campaign", "Campaign", IsFullyConnected(), false ) } else { |