diff --git a/MCGalaxy/Server/Server.DB.cs b/MCGalaxy/Server/Server.DB.cs index 79fd32bd8..14e7d14b3 100644 --- a/MCGalaxy/Server/Server.DB.cs +++ b/MCGalaxy/Server/Server.DB.cs @@ -63,11 +63,6 @@ namespace MCGalaxy { Database.Backend.CreateTable("Opstats", createOpstats); Database.Backend.CreateTable("Players", createPlayers); - if (!File.Exists("extra/alter.txt") && ServerConfig.UseMySQL) { - Database.Execute("ALTER TABLE Players MODIFY Name TEXT"); - Database.Execute("ALTER TABLE Opstats MODIFY Name TEXT"); - File.Create("extra/alter.txt"); - } //since 5.5.11 we are cleaning up the table Playercmds //if Playercmds exists copy-filter to Opstats and remove Playercmds