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

Method resetTimePlayed

launcher/BaseInstance.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void BaseInstance::resetTimePlayed()
277{
278 settings()->reset("totalTimePlayed");
279 settings()->reset("lastTimePlayed");
280}
281
282QString BaseInstance::instanceType() const
283{

Callers 2

processMultiMCMethod · 0.80
copyFinishedMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected