Remove "Maple" prefix from MaplePacketCreator name
This commit is contained in:
@@ -159,8 +159,8 @@ function action(mode, type, selection) {
|
||||
cm.sendOk("The expedition will begin and you will now be escorted to the #b" + expedMap + "#k.");
|
||||
status = 4;
|
||||
} else if (selection == 3) {
|
||||
const MaplePacketCreator = Java.type('tools.MaplePacketCreator');
|
||||
player.getMap().broadcastMessage(MaplePacketCreator.serverNotice(6, expedition.getLeader().getName() + " has ended the expedition."));
|
||||
const PacketCreator = Java.type('tools.PacketCreator');
|
||||
player.getMap().broadcastMessage(PacketCreator.serverNotice(6, expedition.getLeader().getName() + " has ended the expedition."));
|
||||
cm.endExpedition(expedition);
|
||||
cm.sendOk("The expedition has now ended. Sometimes the best strategy is to run away.");
|
||||
cm.dispose();
|
||||
|
||||
Reference in New Issue
Block a user