geforkt von Mirrors/FastAsyncWorldEdit
Identify CLI as Fawe version
Dieser Commit ist enthalten in:
Ursprung
17a1c7e0bf
Commit
91ad0a20ef
@ -176,7 +176,9 @@ public class CLIWorldEdit {
|
||||
|
||||
public void onInitialized() {
|
||||
// Setup working directory
|
||||
workingDir = Paths.get("worldedit");
|
||||
//FAWE start - setup Fawe directory
|
||||
workingDir = Paths.get("fastasyncworldedit");
|
||||
//FAWE end
|
||||
if (!Files.exists(workingDir)) {
|
||||
try {
|
||||
Files.createDirectory(workingDir);
|
||||
@ -187,7 +189,9 @@ public class CLIWorldEdit {
|
||||
|
||||
this.commandSender = new CLICommandSender(this, LOGGER);
|
||||
this.platform = new CLIPlatform(this);
|
||||
LOGGER.info("WorldEdit CLI (version " + getInternalVersion() + ") is loaded");
|
||||
//FAWE start - identify as Fawe
|
||||
LOGGER.info("FastAsyncWorldEdit CLI (version " + getInternalVersion() + ") is loaded");
|
||||
//FAWE end
|
||||
}
|
||||
|
||||
public void onStarted() {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren