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.
1 parent 27e3d76 commit 94a735bCopy full SHA for 94a735b
Client/core/CCore.cpp
@@ -1329,6 +1329,8 @@ void CCore::RegisterCommands()
1329
m_pCommands->Add("showframegraph", _("shows the frame timing graph"), CCommandFuncs::ShowFrameGraph);
1330
m_pCommands->Add("jinglebells", "", CCommandFuncs::JingleBells);
1331
m_pCommands->Add("fakelag", "", CCommandFuncs::FakeLag);
1332
+
1333
+ m_pCommands->Add("reloadnews", "for developers: reload news", CCommandFuncs::ReloadNews);
1334
}
1335
1336
void CCore::SwitchRenderWindow(HWND hWnd, HWND hWndInput)
0 commit comments