mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
GH-1217 add simple instance play time tracking
Not reliable in the face of crashes... but what is?
This commit is contained in:
@@ -78,4 +78,8 @@ public:
|
||||
{
|
||||
return instanceRoot();
|
||||
}
|
||||
virtual QString typeName() const
|
||||
{
|
||||
return "Null";
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user