Convert remaining scripts to Graal
Mainly missed scripts that use Nashorn's "Packages"
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
function start() {
|
||||
Packages.server.MapleShopFactory.getInstance().getShop(11000).sendShop(cm.getClient());
|
||||
const MapleShopFactory = Java.type('server.MapleShopFactory');
|
||||
MapleShopFactory.getInstance().getShop(11000).sendShop(cm.getClient());
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user