Convert remaining scripts to Graal
Mainly missed scripts that use Nashorn's "Packages"
This commit is contained in:
@@ -27,8 +27,9 @@ var status;
|
||||
var gachaMessages;
|
||||
|
||||
function start() {
|
||||
gachaMessages = Packages.server.gachapon.MapleGachapon.Gachapon.getLootInfo();
|
||||
gachas = Packages.server.gachapon.MapleGachapon.Gachapon.values();
|
||||
const MapleGachapon = Java.type('server.gachapon.MapleGachapon');
|
||||
gachaMessages = MapleGachapon.Gachapon.getLootInfo();
|
||||
gachas = MapleGachapon.Gachapon.values();
|
||||
|
||||
status = -1;
|
||||
action(1, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user