Skip to content

Commit

Permalink
Changed name from Half-Life 2 Deathmatch to Open Source Deathrun in s…
Browse files Browse the repository at this point in the history
…coretab

Signed-off-by: wazanator <[email protected]>
  • Loading branch information
Wazanator committed Jun 9, 2014
1 parent f77fc0e commit 9b12b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp/src/game/server/hl2mp/hl2mp_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const char *GetGameDescription()
if ( g_pGameRules ) // this function may be called before the world has spawned, and the game rules initialized
return g_pGameRules->GetGameDescription();
else
return "Half-Life 2 Deathmatch";
return "Open Source Deathrun"; //updated to reflect name of the mod --Wazanator
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 9b12b35

Please sign in to comment.