Skip to content

Commit

Permalink
Update to 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Oct 17, 2024
1 parent 903599f commit b3c4cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
minecraft = "24w37a"
minecraft = "1.21.2-pre5"
fabric-loom = "1.7-SNAPSHOT"
fabric-loader = "0.16.5"
fabric-api = "0.104.1+1.21.2"
fabric-loader = "0.16.7"
fabric-api = "0.106.0+1.21.2"
permissions = "0.3.1"
mod-publish = "0.7.0"
parchment = "1.21:2024.07.28"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private void sendHelloPayload(ServerGamePacketListenerImpl connection, PacketSen
// We have to do this later in the tick because luckperms uses the same
// event to load permissions, and we need that information to be loaded
// before we check whether the player is permitted or not.
server.tell(new TickTask(server.getTickCount(), () -> {
server.schedule(new TickTask(server.getTickCount(), () -> {
if (this.isPermitted(connection.player)) {
sender.sendPacket(HelloPayload.INSTANCE);
}
Expand Down

0 comments on commit b3c4cba

Please sign in to comment.