From ab7355547b97621216ec17699a930b31e8fae0a0 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Tue, 18 Mar 2025 16:41:36 -0700 Subject: [PATCH] Release 1.9.5.3 --- Changelog.txt | 4 +++- MCGalaxy/Server/Server.Fields.cs | 2 +- Uploads/current_version.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 422021842..51517abbe 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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. diff --git a/MCGalaxy/Server/Server.Fields.cs b/MCGalaxy/Server/Server.Fields.cs index 7fb445da8..81d93662f 100644 --- a/MCGalaxy/Server/Server.Fields.cs +++ b/MCGalaxy/Server/Server.Fields.cs @@ -40,7 +40,7 @@ namespace MCGalaxy public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt"); /// *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. - 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"; diff --git a/Uploads/current_version.txt b/Uploads/current_version.txt index fff25a50e..fd5c86607 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.9.5.2 \ No newline at end of file +1.9.5.3 \ No newline at end of file