Skip to content

Commit

Permalink
Restore non-geolocation build changes after merge
Browse files Browse the repository at this point in the history
Regression after invalid merge in ea9edd3
  • Loading branch information
Kaffeine committed Nov 6, 2019
1 parent 85903bb commit 81983c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/server/gamecontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@ void CGameContext::Construct(int Resetting)

CGameContext::CGameContext(int Resetting)
{
geolocation = new Geolocation("GeoLite2-Country.mmdb");
fout.open(g_Config.m_PlayerLogfile, std::ios_base::app);
Construct(Resetting);
}

CGameContext::CGameContext()
{
geolocation = new Geolocation("GeoLite2-Country.mmdb");
fout.open(g_Config.m_PlayerLogfile, std::ios_base::app);
Construct(NO_RESET);
}
Expand Down

0 comments on commit 81983c9

Please sign in to comment.