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

Method Eject

client/src/main/java/jake2/client/CDAudio.java:265–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 private static void Eject() {
266 if (cdfile == -1 || enabled == false)
267 return;
268 // do nothing
269 Com.DPrintf("CD Audio (MP3s) Ejected\n");
270 }
271
272 private static void CloseDoor() {
273 if (cdfile == -1 || enabled == false)

Callers 1

CD_fMethod · 0.95

Calls 1

DPrintfMethod · 0.95

Tested by

no test coverage detected