mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Fix players not getting disconnected when server has run out of disk space
This commit is contained in:
parent
d9d189d969
commit
16a0a65947
@ -91,7 +91,9 @@ namespace MCGalaxy.SQL {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
File.AppendAllText("MySQL_error.log", DateTime.Now + " " + sql + "\r\n");
|
File.AppendAllText("MySQL_error.log", DateTime.Now + " " + sql + "\r\n");
|
||||||
|
} catch { }
|
||||||
Logger.LogError(e);
|
Logger.LogError(e);
|
||||||
return arg;
|
return arg;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user