Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Spazzinq committed Jun 15, 2023
1 parent 2d2b33a commit f81159b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/code_quality.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void registerManagers() {
// TODO Change name
boolean v1_13 = false;

for (int i = 13; i < 20; i++) {
for (int i = 13; i < 21; i++) {
if (getServer().getBukkitVersion().contains("1." + i)) {
v1_13 = true;
break;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allprojects {
group = 'org.spazzinq'
version = '4.10.11'
version = '4.10.12'
}

subprojects {
Expand Down

0 comments on commit f81159b

Please sign in to comment.