mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-04 22:54:43 +02:00
More fixes
This commit is contained in:

committed by
Alexander Söderberg

parent
5a3eacde0b
commit
020b030667
@ -422,7 +422,7 @@ import java.util.stream.Stream;
|
||||
Block block = getWorld(location.getWorldName())
|
||||
.getBlockAt(location.getX(), location.getY(), location.getZ());
|
||||
try {
|
||||
return TaskManager.getImplementation().sync(() -> {
|
||||
return TaskManager.getPlatformImplementation().sync(() -> {
|
||||
if (block.getState() instanceof Sign) {
|
||||
Sign sign = (Sign) block.getState();
|
||||
return sign.getLines();
|
||||
|
Reference in New Issue
Block a user