Rename and clean up MapleShopFactory
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user