Skip to content

Commit

Permalink
Removed debug..
Browse files Browse the repository at this point in the history
  • Loading branch information
EncryptSL committed May 14, 2024
1 parent 16cd298 commit 499684a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,8 @@ class LiteEcoEconomyAPI : LiteEconomyAPIProvider {
override fun setMoney(player: OfflinePlayer, amount: Double) {
if (PlayerAccount.isPlayerOnline(player.uniqueId)) {
cacheAccount(player, amount)
println(amount)
println(getBalance(player))
} else {
databaseEcoModel.setMoney(player.uniqueId, amount)
println(amount)
println(getBalance(player))
}
}

Expand Down

0 comments on commit 499684a

Please sign in to comment.