9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-24 09:29:23 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Auxilor
0ae01af7cf libreforge-updater 2022-07-25 17:03:41 +01:00
Auxilor
7dd0f35f1f Fixed migration 2022-07-24 22:51:14 +01:00
Auxilor
e4afc37f45 libreforge-updater 2022-07-24 22:49:58 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.38.0'
implementation 'com.willfp:libreforge:3.76.3'
implementation 'com.willfp:libreforge:3.78.0'
implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@@ -40,8 +40,8 @@ class ReforgeEnableListeners(private val plugin: EcoPlugin) : Listener {
refresh()
val player = event.player
for (value in values()) {
for ((effect) in value.effects) {
effect.disableForPlayer(player)
for (effect in value.effects) {
effect.disableFor(player)
}
}
}

View File

@@ -1,4 +1,4 @@
#libreforge-updater
#Sun Jul 24 21:52:02 BST 2022
version=5.27.4
#Mon Jul 25 17:03:41 BST 2022
version=5.29.0
plugin-name=Reforges