mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
delete a little bit of obsolete code
This commit is contained in:
parent
a7fedd6773
commit
efa47e46d7
@ -191,7 +191,7 @@ namespace MCGalaxy.Commands.Info {
|
||||
Player.Message(p, "Weather fade rate: &b{0}%%S, Exponential fog: {1}",
|
||||
(cfg.WeatherFade / 128).ToString("F2"),
|
||||
cfg.ExpFog ? "&aON" : "&cOFF");
|
||||
Player.Message(p, "Skybox rotations: Horizontal &b{0}%S, vertical &b{1}",
|
||||
Player.Message(p, "Skybox rotations: Horizontal &b{0}%S, Vertical &b{1}",
|
||||
SkyboxSpeed(cfg.SkyboxHorSpeed), SkyboxSpeed(cfg.SkyboxVerSpeed));
|
||||
}
|
||||
|
||||
|
@ -84,15 +84,6 @@ namespace MCGalaxy {
|
||||
Logger.Log(LogType.SystemActivity, "Starting Server");
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
|
||||
try {
|
||||
if (File.Exists("Restarter.exe"))
|
||||
File.Delete("Restarter.exe");
|
||||
} catch { }
|
||||
try {
|
||||
if (File.Exists("Restarter.pdb"))
|
||||
File.Delete("Restarter.pdb");
|
||||
} catch { }
|
||||
|
||||
CheckFile("MySql.Data.dll");
|
||||
CheckFile("System.Data.SQLite.dll");
|
||||
CheckFile("sqlite3_x32.dll");
|
||||
|
Loading…
x
Reference in New Issue
Block a user