1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-31 01:59:48 +02:00

Update commodore to fix running LP commands from a Forge client (#3299)

This commit is contained in:
Luck
2022-02-07 22:35:52 +00:00
parent fe80ba6cc4
commit 1b3b9b5c62
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')
}
compileOnly 'me.lucko:commodore:1.11'
compileOnly 'me.lucko:commodore:1.12'
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
exclude(module: 'bukkit')
}