MCPcopy Create free account
hub / github.com/MultiMC/Launcher / resetTimePlayed

Method resetTimePlayed

launcher/BaseInstance.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void BaseInstance::resetTimePlayed()
185{
186 settings()->reset("totalTimePlayed");
187 settings()->reset("lastTimePlayed");
188}
189
190QString BaseInstance::instanceType() const
191{

Callers 2

processMultiMCMethod · 0.80
copyFinishedMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected