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

Method finishGame

src/Graphwar/Graphwar.java:136–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 public void finishGame()
137 {
138 if(gameServer != null)
139 {
140 gameServer.finalize();
141 gameServer = null;
142 }
143 }
144
145 public void joinGlobal(String name) throws IOException
146 {

Callers 4

actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
stopGameMethod · 0.45
actionPerformedMethod · 0.45

Calls 1

finalizeMethod · 0.80

Tested by

no test coverage detected