We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55304de + 2776570 commit b4e9723Copy full SHA for b4e9723
src/game/client/neo/ui/neo_root.h
@@ -16,8 +16,8 @@ bool IsInGame();
16
17
struct NeoNewGame
18
{
19
- wchar_t wszMap[64] = L"nt_oilstain_ctg";
20
- wchar_t wszHostname[64] = L"NeoTokyo Rebuild";
+ wchar_t wszMap[64] = L"ntre_oilstain_ctg";
+ wchar_t wszHostname[64] = L"NEOTOKYO;REBUILD Listen Server";
21
int iMaxPlayers = 24;
22
wchar_t wszPassword[64] = L"neo";
23
bool bFriendlyFire = true;
0 commit comments