MCPcopy Create free account
hub / github.com/demoth/jake2 / NighmareFunc

Method NighmareFunc

client/src/main/java/jake2/client/Menu.java:1931–1934  ·  view source on GitHub ↗
(Object data)

Source from the content-addressed store, hash-verified

1929 }
1930
1931 private static void NighmareFunc(Object data) {
1932 Cvar.getInstance().ForceSet("skill", "3");
1933 StartGame();
1934 }
1935
1936 private static void LoadGameFunc(Object unused) {
1937 Menu_LoadGame_f();

Callers 1

executeMethod · 0.95

Calls 3

getInstanceMethod · 0.95
StartGameMethod · 0.95
ForceSetMethod · 0.80

Tested by

no test coverage detected