Skip to content

Commit b450e60

Browse files
Add GetCampaignMapDisplayName
1 parent 1619f24 commit b450e60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,11 @@ string function GetMapDisplayName( string mapname )
343343
return "#" + mapname
344344
}
345345

346+
string function GetCampaignMapDisplayName( string mapname )
347+
{
348+
return "#" + mapname + "_CAMPAIGN_NAME"
349+
}
350+
346351
string function GetMapDisplayDesc( string mapname )
347352
{
348353
return "#" + mapname + "_CLASSIC_DESC"

0 commit comments

Comments
 (0)