mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-17 19:29:49 -04:00
Release 1.9.3.8
This commit is contained in:
parent
6160cb42f3
commit
b3ac96e57c
@ -1,3 +1,11 @@
|
||||
v 1.9.3.8
|
||||
Fixed: Username clone detection being case sensitive
|
||||
Fixed: Database.TableExists very rarely returning false positive with MySQL (SQLite is used by default)
|
||||
Improved: Allow using -1 for /env variables
|
||||
Improved: Show "Classic 0.28-0.30" instead of "(unknown") in /clients
|
||||
Improved: /whitelist automatically adds + to end of usernames when classicube-account-plus mode is on
|
||||
Removed: $ip
|
||||
|
||||
v 1.9.3.7
|
||||
Fixed: /scale 1/2 not working (partially)
|
||||
Fixed: Session modified overflowing after 2 billion
|
||||
|
@ -38,7 +38,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.3.7";
|
||||
public const string InternalVersion = "1.9.3.8";
|
||||
public static string Version { get { return InternalVersion; } }
|
||||
|
||||
public static string SoftwareName = "MCGalaxy";
|
||||
|
@ -16,10 +16,9 @@
|
||||
permissions and limitations under the Licenses.
|
||||
*/
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("MCGalaxy")]
|
||||
[assembly: AssemblyDescription("ClassiCube Server Software")]
|
||||
[assembly: AssemblyProduct("MCGalaxy")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015-2021")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015-2022")]
|
||||
[assembly: AssemblyVersion(MCGalaxy.Server.InternalVersion)]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
1.9.3.7
|
||||
1.9.3.8
|
Loading…
x
Reference in New Issue
Block a user