Skip to content

Commit

Permalink
Release 1.9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Oct 19, 2018
1 parent 164f9e7 commit a591b81
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v 1.9.1.0
Improved: Extra permission for seeing state/province in /location
Improved: Connect/Disconnect shows to all players, regardless of /map chat.
Improved: Allow texture ids beyond 255 when creating a custom block.
Improved: /delay is only usable in /mbs, remove the 'you are already using delay'
Improved: Allow /mode 0, /static doesn't turn off /mode
Fixed: Be more resilient to level corruptions when mid-way through saving
Fixed: /scale not working properly sometimes
Fixed: /bezier with /static mode stuffing up
Fixed: Not being able to bind to command aliases in /cmdbind

v 1.9.0.9
Added: /blockprops list, /blockprops reset, /blockprops copy
Added: Allow using /env preset and /env normal in /zone set too
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.0.9";
public const string InternalVersion = "1.9.1.0";
public static Version Version { get { return new Version(InternalVersion); } }
public static string VersionString { get { return InternalVersion; } }

Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0.9
1.9.1.0

0 comments on commit a591b81

Please sign in to comment.