Skip to content

Commit

Permalink
ヨシ!
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Mar 26, 2023
1 parent 8455baf commit 3bcbb3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.9</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ public void setStructureData(ParallelPlayer parallelPlayer, ImplStructureData im
blocks.add(block);
updateBlocks.add(new BlockPosition3i(block.getX(), block.getY(), block.getZ()));
}

parallelPlayer.getBukkitPlayer().sendMessage("HI!" + blocks.size());

dataMap.put(universe.getName(), blocks);

Expand Down Expand Up @@ -165,7 +163,6 @@ public void clearStructureData(ParallelPlayer parallelPlayer, boolean chunkUpdat

Set<Block> blocks = dataMap.get(universe.getName());
if(blocks == null) return;
parallelPlayer.getBukkitPlayer().sendMessage("HI!" + blocks.size());

ParallelWorld parallelWorld = universe.getWorld(Objects.requireNonNull(baseLocation.getWorld()).getName());

Expand Down

0 comments on commit 3bcbb3c

Please sign in to comment.