Rename and clean up MapleParty

This commit is contained in:
P0nk
2021-09-09 21:44:09 +02:00
parent 5aa0368090
commit 714df342d9
24 changed files with 157 additions and 158 deletions

View File

@@ -23,7 +23,7 @@
package server.partyquest;
import client.Character;
import net.server.world.MapleParty;
import net.server.world.Party;
import server.MapleItemInformationProvider;
import server.TimerManager;
import tools.PacketCreator;
@@ -57,7 +57,7 @@ public class Pyramid extends PartyQuest {
ScheduledFuture<?> timer = null;
ScheduledFuture<?> gaugeSchedule = null;
public Pyramid(MapleParty party, PyramidMode mode, int mapid) {
public Pyramid(Party party, PyramidMode mode, int mapid) {
super(party);
this.mode = mode;
this.map = mapid;