mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 07:06:44 +01:00
Fix console requirement
This commit is contained in:
parent
fabb9b6fd7
commit
cc562033e7
@ -32,8 +32,8 @@ import com.plotsquared.core.configuration.caption.TranslatableCaption;
|
|||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
|
|
||||||
public enum RequiredType {
|
public enum RequiredType {
|
||||||
CONSOLE(TranslatableCaption.of("console.is_console")),
|
CONSOLE(TranslatableCaption.of("console.not_console")),
|
||||||
PLAYER(TranslatableCaption.of("console.not_console")),
|
PLAYER(TranslatableCaption.of("console.is_console")),
|
||||||
NONE(StaticCaption.of("Something went wrong: RequiredType=NONE")); // this caption should never be sent
|
NONE(StaticCaption.of("Something went wrong: RequiredType=NONE")); // this caption should never be sent
|
||||||
|
|
||||||
private final Caption caption;
|
private final Caption caption;
|
||||||
|
Loading…
Reference in New Issue
Block a user