Compare commits
No commits in common. "develop" and "v1-release2" have entirely different histories.
develop
...
v1-release
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
versioningCodename=Sugarcane
|
||||
versioningVersion=1
|
||||
versioningType=release
|
||||
versioningTyperelease=3
|
||||
versioningTyperelease=2
|
||||
versioningFork=
|
||||
|
||||
# Java
|
||||
|
|
|
@ -40,7 +40,7 @@ public final class BukkitLoggingAdapter implements LoggingAdapter {
|
|||
@Override
|
||||
public void print(@NotNull LogLevel level, @NotNull StackTraceElement issuer, @NotNull String message, @NotNull String format) {
|
||||
// Remove any tags
|
||||
if (EngineConfiguration.getInstance() != null && EngineConfiguration.getInstance().getLogFeatures().contains("formatting"))
|
||||
if (EngineConfiguration.getInstance().getLogFeatures().contains("formatting"))
|
||||
format = new EmptyShortcodeParser(format, true).getClean();
|
||||
|
||||
switch (level) {
|
||||
|
|
Loading…
Reference in a new issue