Skip to content

Commit b4e9723

Browse files
authored
Merge pull request #1110 from NeotokyoRebuild/default-map-fix
Change default map to one that's available, change default hostname for listen servers
2 parents 55304de + 2776570 commit b4e9723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/game/client/neo/ui/neo_root.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ bool IsInGame();
1616

1717
struct NeoNewGame
1818
{
19-
wchar_t wszMap[64] = L"nt_oilstain_ctg";
20-
wchar_t wszHostname[64] = L"NeoTokyo Rebuild";
19+
wchar_t wszMap[64] = L"ntre_oilstain_ctg";
20+
wchar_t wszHostname[64] = L"NEOTOKYO;REBUILD Listen Server";
2121
int iMaxPlayers = 24;
2222
wchar_t wszPassword[64] = L"neo";
2323
bool bFriendlyFire = true;

0 commit comments

Comments
 (0)