mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-29 20:09:12 +00:00
Codestyle
This commit is contained in:
@@ -20,7 +20,8 @@ class EffectAddAbility : Effect("add_ultimateskills_ability") {
|
||||
config.getDouble("amount")
|
||||
)
|
||||
player.persistentDataContainer.set(
|
||||
ReforgesPlugin.getInstance().namespacedKeyFactory.create("addAbility"), PersistentDataType.STRING,
|
||||
ReforgesPlugin.getInstance().namespacedKeyFactory.create("addAbility"),
|
||||
PersistentDataType.STRING,
|
||||
NumberUtils.format(config.getDouble("amount")) + "::" + config.getString("ability", false)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user