Skip to content

Commit

Permalink
Restore reloadnews command (addendum to 5b1da08)
Browse files Browse the repository at this point in the history
  • Loading branch information
saml1er committed Nov 1, 2018
1 parent 9114c02 commit 07527b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Client/core/CCore.cpp
Expand Up @@ -1367,6 +1367,8 @@ void CCore::RegisterCommands()
m_pCommands->Add("showframegraph", _("shows the frame timing graph"), CCommandFuncs::ShowFrameGraph);
m_pCommands->Add("jinglebells", "", CCommandFuncs::JingleBells);
m_pCommands->Add("fakelag", "", CCommandFuncs::FakeLag);

m_pCommands->Add("reloadnews", "for developers: reload news", CCommandFuncs::ReloadNews);
}

void CCore::SwitchRenderWindow(HWND hWnd, HWND hWndInput)
Expand Down

0 comments on commit 07527b6

Please sign in to comment.