mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 10:36:10 +01:00
Load /npc spawn --at chunk
This commit is contained in:
parent
7715232bb3
commit
0a748c7825
@ -450,6 +450,7 @@ public class NPCCommands {
|
||||
|
||||
if (args.hasValueFlag("at")) {
|
||||
spawnLoc = CommandContext.parseLocation(args.getSenderLocation(), args.getFlag("at"));
|
||||
spawnLoc.getChunk().load();
|
||||
}
|
||||
|
||||
if (spawnLoc == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user