mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-08-03 11:26:13 -04:00
Release 1.9.5.3
This commit is contained in:
parent
c5ba878e08
commit
ab7355547b
@ -1,4 +1,6 @@
|
|||||||
v 1.9.5.2
|
v 1.9.5.3
|
||||||
|
Fixed: some commands being usable in cases they shouldn't have been
|
||||||
|
v 1.9.5.2
|
||||||
Added: NotifyAction CPE.
|
Added: NotifyAction CPE.
|
||||||
Added: Badwords exceptions
|
Added: Badwords exceptions
|
||||||
Added: /DeleteLvl *backup [level] [backup] - Allows you to delete a backup of a level. This is restricted to the Owner rank by default.
|
Added: /DeleteLvl *backup [level] [backup] - Allows you to delete a backup of a level. This is restricted to the Owner rank by default.
|
||||||
|
@ -40,7 +40,7 @@ namespace MCGalaxy
|
|||||||
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");
|
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>
|
/// <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.2";
|
public const string InternalVersion = "1.9.5.3";
|
||||||
public static string Version { get { return InternalVersion; } }
|
public static string Version { get { return InternalVersion; } }
|
||||||
|
|
||||||
public static string SoftwareName = "MCGalaxy";
|
public static string SoftwareName = "MCGalaxy";
|
||||||
|
@ -1 +1 @@
|
|||||||
1.9.5.2
|
1.9.5.3
|
Loading…
x
Reference in New Issue
Block a user