MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / resetTimePlayed

Method resetTimePlayed

launcher/BaseInstance.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void BaseInstance::resetTimePlayed()
327{
328 settings()->reset("totalTimePlayed");
329 settings()->reset("lastTimePlayed");
330}
331
332QString BaseInstance::instanceType() const
333{

Callers 2

processMultiMCMethod · 0.80
copyFinishedMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected