Skip to content

Commit

Permalink
Release 1.9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jul 11, 2020
1 parent 7bb7119 commit afd011f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
v 1.9.2.1
v 1.9.2.3
* Added: /ln alias for /line (fCraft compatibility)
* Added: Packets for custom models
* Removed: /bs shortcut for /blockspeed
* Improved: Parse /shutdown delay as timespan instead of integer seconds only
* Removed: /devs, link to MCGalaxy source in /sinfo instead
* Improved: Make /eat an economy item, so price can be configured
* Improved: Make p.Extensions public
* Fixed: Doing /model while a zombie in ZS still changing it
* Fixed: Can't /os map add on server without + after names when there are existing maps with your account name, but you aren't realmowner of them
* Fixed: Can't see map joining/leaving messages on maps with localchat on

v 1.9.2.2
Added: /limit realms to set max realms a rank can have from in-game
Added: /BotInfo that shows information on the given bot
Added: A few more env presets
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 @@ -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.2.2";
public const string InternalVersion = "1.9.2.3";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "MCGalaxy";
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.
Binary file modified Uploads/MCGalaxy_infid.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.2.2
1.9.2.3

0 comments on commit afd011f

Please sign in to comment.