mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fix latest.log not contained in debugpaste, fix #1017
This commit is contained in:
parent
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);
|
||||
|
Loading…
Reference in New Issue
Block a user