Rename and clean up MapleShopFactory

This commit is contained in:
P0nk
2021-09-09 22:48:25 +02:00
parent 104444e83b
commit 43a80f0491
7 changed files with 21 additions and 23 deletions

View File

@@ -19,7 +19,7 @@
*/
function start() {
const MapleShopFactory = Java.type('server.MapleShopFactory');
MapleShopFactory.getInstance().getShop(11000).sendShop(cm.getClient());
const ShopFactory = Java.type('server.ShopFactory');
ShopFactory.getInstance().getShop(11000).sendShop(cm.getClient());
cm.dispose();
}