mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-03 03:12:46 +02:00
Default to merge when using /lp import (#2601)
This commit is contained in:
@@ -134,7 +134,7 @@ public class ImportCommand extends SingleCommand {
|
||||
}
|
||||
}
|
||||
|
||||
Importer importer = new Importer(plugin, sender, data, args.contains("--merge"));
|
||||
Importer importer = new Importer(plugin, sender, data, !args.contains("--replace"));
|
||||
|
||||
// Run the importer in its own thread.
|
||||
plugin.getBootstrap().getScheduler().executeAsync(() -> {
|
||||
|
Reference in New Issue
Block a user