Skip to content

Commit

Permalink
1.20.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo committed Oct 3, 2023
1 parent 397b8e7 commit da1c6ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SBA_VERSION=1.5.11-dev7-pr30
SBA_VERSION=1.5.11
PAPER_LEGACY_VERSION=1.16.5
BEDWARS_VERSION=0.2.30-SNAPSHOT
CLOUD_COMMANDS_VERSION=1.6.2
Expand Down
2 changes: 2 additions & 0 deletions plugin/src/main/java/io/github/pronze/sba/SBA.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ public void postEnable() {
Logger.info("SBA Commit is on par with {}", VersionInfo.COMMIT);
Logger.trace("API has been registered!");

HologramManager.setPreferDisplayEntities(Main.getConfigurator().config.getBoolean("prefer-1-19-4-display-entities"));

Logger.setMode(Level.WARNING);
if (!broken) {
if (citizensFix.canEnable()) {
Expand Down

0 comments on commit da1c6ca

Please sign in to comment.