mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 19:49:56 +00:00
GH-93 add an option to not copy saves on instance copy
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
virtual bool matches(const QString &string) override
|
||||
virtual bool matches(const QString &string) const override
|
||||
{
|
||||
for(auto iter: m_matchers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user