Remove "Maple" prefix from MaplePacketCreator name
This commit is contained in:
@@ -26,7 +26,7 @@ import scripting.AbstractPlayerInteraction;
|
||||
import scripting.map.MapScriptManager;
|
||||
import server.maps.MaplePortal;
|
||||
import tools.DatabaseConnection;
|
||||
import tools.MaplePacketCreator;
|
||||
import tools.PacketCreator;
|
||||
|
||||
import java.sql.Connection;
|
||||
import java.sql.PreparedStatement;
|
||||
@@ -78,6 +78,6 @@ public class PortalPlayerInteraction extends AbstractPlayerInteraction {
|
||||
}
|
||||
|
||||
public void playPortalSound() {
|
||||
c.announce(MaplePacketCreator.playPortalSound());
|
||||
c.announce(PacketCreator.playPortalSound());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user