You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/github/encryptsl/lite/eco/common/hook/vault/unlocked/AdaptiveEconomyVaultUnlockedAPI.kt
@@ -255,9 +246,7 @@ class AdaptiveEconomyVaultUnlockedAPI(private val liteEco: LiteEco) : UnusedVaul
255
246
returnif (hasAccount(accountID)) {
256
247
liteEco.debugger.debug(AdaptiveEconomyVaultUnlockedAPI::class.java, "$pluginName successfully $accountID set his balance ${balance(pluginName, accountID)} to amount $amount")
val username =Bukkit.getOfflinePlayer(accountID).name.toString()
261
250
val currencyName = liteEco.currencyImpl.defaultCurrency()
262
251
val currentBalance = liteEco.api.getBalance(accountID, currencyName)
263
252
@@ -290,9 +279,7 @@ class AdaptiveEconomyVaultUnlockedAPI(private val liteEco: LiteEco) : UnusedVaul
290
279
returnif (hasAccount(accountID)) {
291
280
liteEco.debugger.debug(AdaptiveEconomyVaultUnlockedAPI::class.java, "$pluginName successfully $accountID set his balance ${balance(pluginName, accountID)} to amount $amount")
Copy file name to clipboardExpand all lines: src/main/kotlin/com/github/encryptsl/lite/eco/common/manager/economy/admin/EconomyGlobalWithdrawHandler.kt
0 commit comments