mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-29 12:37:40 +01:00
Default to merge when using /lp import (#2601)
This commit is contained in:
parent
63f67ca72c
commit
4027129052
@ -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(() -> {
|
||||
|
Loading…
Reference in New Issue
Block a user