Skip to content

Commit

Permalink
Release 1.9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Sep 21, 2024
1 parent 4e8c87e commit acd4979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public sealed partial class Server
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");

/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
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";
Expand Down
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.5.0
1.9.5.1
16 changes: 1 addition & 15 deletions Uploads/readme
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit acd4979

Please sign in to comment.