mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
NOISSUE stop referring to the minecraft profile as 'version'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user