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

Method nextServerCommand

client/src/main/java/jake2/client/SCR.java:1479–1482  ·  view source on GitHub ↗

FinishCinematic Called when either the cinematic completes, or it is aborted

()

Source from the content-addressed store, hash-verified

1477 * Called when either the cinematic completes, or it is aborted
1478 */
1479 static void nextServerCommand() {
1480 // tell the server to advance to the next map / cinematic
1481 cls.netchan.reliablePending.add(new StringCmdMessage(StringCmdMessage.NEXT_SERVER + " " + ClientGlobals.cl.servercount + '\n'));
1482 }
1483
1484 // ==========================================================================
1485

Callers 3

RunCinematicMethod · 0.95
PlayCinematicMethod · 0.95
SendCmdMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected