mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
Derpstances. Everything renamed. Launching does not yet work.
This commit is contained in:
@@ -32,7 +32,7 @@ struct MinecraftVersion : public BaseVersion
|
||||
/// This version's type. Used internally to identify what kind of version this is.
|
||||
enum VersionType
|
||||
{
|
||||
OneSix,
|
||||
Derp,
|
||||
Legacy,
|
||||
Nostalgia
|
||||
} type;
|
||||
@@ -66,8 +66,8 @@ struct MinecraftVersion : public BaseVersion
|
||||
}
|
||||
switch (type)
|
||||
{
|
||||
case OneSix:
|
||||
pre_final.append("OneSix");
|
||||
case Derp:
|
||||
pre_final.append("Derp");
|
||||
break;
|
||||
case Legacy:
|
||||
pre_final.append("Legacy");
|
||||
|
||||
Reference in New Issue
Block a user