Rename and clean up MapleExpeditionType
This commit is contained in:
@@ -31,8 +31,8 @@ var expedition;
|
||||
var expedMembers;
|
||||
var player;
|
||||
var em;
|
||||
const MapleExpeditionType = Java.type('server.expeditions.MapleExpeditionType');
|
||||
var exped = MapleExpeditionType.PINKBEAN;
|
||||
const ExpeditionType = Java.type('server.expeditions.ExpeditionType');
|
||||
var exped = ExpeditionType.PINKBEAN;
|
||||
var expedName = "Twilight of the Gods";
|
||||
var expedBoss = "Pink Bean";
|
||||
var expedMap = "Twilight of Gods";
|
||||
|
||||
Reference in New Issue
Block a user