From acd4979d68b7d1597c144be6b45cc4ff84f415ab Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 21 Sep 2024 14:29:30 +1000 Subject: [PATCH] Release 1.9.5.1 --- MCGalaxy/Server/Server.Fields.cs | 2 +- Uploads/current_version.txt | 2 +- Uploads/readme | 16 +--------------- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index ac0ddb922..8fafd684e 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -40,7 +40,7 @@ public sealed partial class Server public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt"); /// *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. - public const string InternalVersion = "1.9.5.0"; + public const string InternalVersion = "1.9.5.1"; public static string Version { get { return InternalVersion; } } public static string SoftwareName = "MCGalaxy"; diff --git a/Uploads/current_version.txt b/Uploads/current_version.txt index b3d8e4653..07747a338 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.5.0 \ No newline at end of file +1.9.5.1 \ No newline at end of file diff --git a/Uploads/readme b/Uploads/readme index d920c3cbe..79deef5bd 100644 --- a/Uploads/readme +++ b/Uploads/readme @@ -1,15 +1 @@ -Looking for the files to run MCGalaxy? -You probably want to go to the Releases page and get the latest zip from there. - -However, you can still download the required files from here. You need these files: -MCGalaxy.exe, MCGalaxyCLI.exe, MCGalaxy_.dll - - ---------------------------------------------------------------------------------------------------------------- -MCGalaxy_infid.dll is a special version of MCGalaxy which increases maximum id in /gb and /lb from 255 to 767. -Replace MCGalaxy_.dll with this file (i.e. rename it to MCGalaxy_.dll) to use it. - -You probably don't want this version though, because it slightly reduces performance. -Using a block over 255 will also make the map use twice as much memory in the client. - -YOU WERE WARNED! +Download the latest release from https://classicube.net/mcg/download \ No newline at end of file