mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-08 21:18:55 +00:00
Updated version display
This commit is contained in:
@@ -6,8 +6,8 @@ namespace PckStudio.Classes
|
||||
{
|
||||
class Network
|
||||
{
|
||||
public static string Version = "6.41";
|
||||
public static bool Beta = true;
|
||||
public static string Version = "6.5";
|
||||
public static bool Beta = false;
|
||||
public static bool Portable = false;
|
||||
public static bool NeedsUpdate = false;
|
||||
public static string MainURL = "https://www.pckstudio.xyz/";
|
||||
|
||||
Reference in New Issue
Block a user