Release 1.9.5.3

This commit is contained in:
Goodlyay 2025-03-18 16:41:36 -07:00
parent c5ba878e08
commit ab7355547b
3 changed files with 5 additions and 3 deletions

View File

@ -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: 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.

View File

@ -40,7 +40,7 @@ namespace MCGalaxy
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.2";
public const string InternalVersion = "1.9.5.3";
public static string Version { get { return InternalVersion; } }
public static string SoftwareName = "MCGalaxy";

View File

@ -1 +1 @@
1.9.5.2
1.9.5.3