MCPcopy Create free account
hub / github.com/catabriga/graphwar / checkTimeUp

Method checkTimeUp

src/GraphServer/GraphServer.java:1029–1035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1027 }
1028
1029 private void checkTimeUp()
1030 {
1031 if(System.currentTimeMillis() - timeTurnStarted > Constants.TURN_TIME)
1032 {
1033 nextTurn();
1034 }
1035 }
1036
1037 private void checkSkipLevel()
1038 {

Callers 1

handleMessageMethod · 0.95

Calls 1

nextTurnMethod · 0.95

Tested by

no test coverage detected