Skip to content

Commit

Permalink
Release 1.8.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Oct 11, 2017
1 parent abfe6a9 commit 55ae335
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v 1.8.9.8
Added: /pcompile to compile plugins
Fixed: /mi showing wrong latest backup time, if a map has a custom named backup
Fixed: missing DEFAULT values for mysql DB table dumps
Fixed: /mark message being after drawop completed message
Fixed: ZS not working properly when the level it is unloaded.
Fixed: /kill not working
Fixed: /rp not working
Fixed: /gun not working properly after trying to use it with a block you can't use
Improved: Make entries in logs/errors/compiler.log more intuitive
Improved: /measure output
Improved: You can set any rank in /os map perbuild/pervisit

v 1.8.9.7
Added: Bots can have text when clicked on
Added: /ignore irc [nick]
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.8.9.7";
public const string InternalVersion = "1.8.9.8";
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/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.8.9.7
1.8.9.8

0 comments on commit 55ae335

Please sign in to comment.