NOISSUE make instance traits() const
This commit is contained in:
parent
76c7e0fe1c
commit
b5b16d0972
5 changed files with 5 additions and 5 deletions
|
@ -154,7 +154,7 @@ std::shared_ptr<MinecraftProfile> MinecraftInstance::getMinecraftProfile() const
|
|||
return m_profile;
|
||||
}
|
||||
|
||||
QSet<QString> MinecraftInstance::traits()
|
||||
QSet<QString> MinecraftInstance::traits() const
|
||||
{
|
||||
auto version = getMinecraftProfile();
|
||||
if (!version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue