Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-02 17:40:09 +01:00
Fix latest.log not contained in debugpaste, fix #1017
Dieser Commit ist enthalten in:
Ursprung
4d77771ea1
Commit
4b371e2c3f
@ -144,7 +144,7 @@ public class WorldEditCommands {
|
||||
public void report(Actor actor) throws WorldEditException {
|
||||
String dest;
|
||||
try {
|
||||
final File logFile = new File(Fawe.imp().getDirectory(), "../../logs/latest.log");
|
||||
final File logFile = new File("logs/latest.log");
|
||||
final File config = new File(Fawe.imp().getDirectory(), "config.yml");
|
||||
final File legacyConfig = new File(Fawe.imp().getDirectory(), "config-legacy.yml");
|
||||
dest = IncendoPaster.debugPaste(logFile, Fawe.imp().getDebugInfo(), config, legacyConfig);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren