forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 12:57:11 -06:00
parent 04756e5352
commit 9a3022597f
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
if(isNaN(amount) || amount < 0) { if(isNaN(amount) || amount < 0) {
amount = 0; amount = 0;
} }
document.getElementById("coins-transfer-taxed".innerText = amount - Math.ceil(amount*TRANSFER_TAX); document.getElementById("coins-transfer-taxed".innerText = amount - Math.ceil(amount*TRANSFER_TAX));
} }
function transferCoins() { function transferCoins() {