Rename and clean up MapleBuffStat

This commit is contained in:
P0nk
2021-09-09 21:02:22 +02:00
parent 6ea9a57e9f
commit 46bd0570d7
23 changed files with 431 additions and 431 deletions

View File

@@ -44,8 +44,8 @@ function start(mode, type, selection) {
}
function usedPotion(ch) {
const MapleBuffStat = Java.type('client.MapleBuffStat');
return ch.getBuffSource(MapleBuffStat.HPREC) == 2022337;
const BuffStat = Java.type('client.BuffStat');
return ch.getBuffSource(BuffStat.HPREC) == 2022337;
}
function end(mode, type, selection) {