Skip to content

Commit

Permalink
1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajneb97 committed Sep 24, 2024
1 parent 7e081bc commit bf29074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
main: pb.ajneb97.PaintballBattle
version: 1.11.1
version: 1.11.2
name: PaintballBattle
api-version: 1.13
author: Ajneb97
Expand Down
1 change: 1 addition & 0 deletions src/pb/ajneb97/PaintballBattle.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public void setVersion(){
serverVersion = ServerVersion.v1_20_R4;
break;
case "1.21":
case "1.21.1":
serverVersion = ServerVersion.v1_21_R1;
break;
default:
Expand Down

0 comments on commit bf29074

Please sign in to comment.