mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11:06 +00:00
Fixed loading bar not having the coloured pulse effect.
This commit is contained in:
@@ -51,6 +51,7 @@ import java.util.concurrent.ExecutionException;
|
|||||||
import java.util.concurrent.atomic.AtomicBoolean;
|
import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
import java.util.concurrent.atomic.AtomicReference;
|
import java.util.concurrent.atomic.AtomicReference;
|
||||||
|
import java.util.function.Function;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a volume sender. A command sender with extra crap in it
|
* Represents a volume sender. A command sender with extra crap in it
|
||||||
@@ -275,7 +276,7 @@ public class VolmitSender implements CommandSender {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private Component createNoPrefixComponentNoProcessing(String message) {
|
private Component createNoPrefixComponentNoProcessing(String message) {
|
||||||
return MiniMessage.miniMessage().deserialize(message);
|
return MiniMessage.builder().postProcessor(c -> c).build().deserialize(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Component createComponent(String message) {
|
private Component createComponent(String message) {
|
||||||
|
|||||||
Reference in New Issue
Block a user