mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-01 14:07:56 +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.
|
// Run the importer in its own thread.
|
||||||
plugin.getBootstrap().getScheduler().executeAsync(() -> {
|
plugin.getBootstrap().getScheduler().executeAsync(() -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user