Skip to content

Commit 94a735b

Browse files

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Client/core/CCore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,8 @@ void CCore::RegisterCommands()
13291329
m_pCommands->Add("showframegraph", _("shows the frame timing graph"), CCommandFuncs::ShowFrameGraph);
13301330
m_pCommands->Add("jinglebells", "", CCommandFuncs::JingleBells);
13311331
m_pCommands->Add("fakelag", "", CCommandFuncs::FakeLag);
1332+
1333+
m_pCommands->Add("reloadnews", "for developers: reload news", CCommandFuncs::ReloadNews);
13321334
}
13331335

13341336
void CCore::SwitchRenderWindow(HWND hWnd, HWND hWndInput)

0 commit comments

Comments
 (0)