Skip to content

Commit

Permalink
chore: bump plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
98ping committed Sep 2, 2023
1 parent c6b6015 commit 98508fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ object LoadPermissions : BukkitPostLoginTask {
val profile = ProfileGameService.byId(player.uniqueId) ?: return

val startPerms = System.currentTimeMillis()
AccessiblePermissionHandler.update(player, profile.getPermissions())
CompletableFuture.runAsync {
AccessiblePermissionHandler.update(player, profile.getPermissions())
}

MetricService.addMetric("Permission Handler", Metric("Permission Handler", System.currentTimeMillis().minus(startPerms), System.currentTimeMillis()))
}
Expand Down
2 changes: 1 addition & 1 deletion spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Alchemist
version: 2.8
version: 2.9
main: ltd.matrixstudios.alchemist.AlchemistSpigotPlugin
author: 98ping
softdepend:
Expand Down

0 comments on commit 98508fd

Please sign in to comment.