NOISSUE stop referring to the minecraft profile as 'version'
This commit is contained in:
parent
010e07eb45
commit
fb9dfcb951
11 changed files with 87 additions and 85 deletions
|
@ -47,7 +47,7 @@ class ProfilePatch
|
|||
{
|
||||
public:
|
||||
virtual ~ProfilePatch(){};
|
||||
virtual void applyTo(MinecraftProfile *version) = 0;
|
||||
virtual void applyTo(MinecraftProfile *profile) = 0;
|
||||
|
||||
virtual bool isMinecraftVersion() = 0;
|
||||
virtual bool hasJarMods() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue