Enforce implementation of PortalScript

This commit is contained in:
P0nk
2021-04-18 12:31:01 +02:00
parent 46c2d92082
commit cd6415b061
2 changed files with 25 additions and 18 deletions

View File

@@ -34,8 +34,7 @@ import java.sql.ResultSet;
import java.sql.SQLException;
public class PortalPlayerInteraction extends AbstractPlayerInteraction {
private MaplePortal portal;
private final MaplePortal portal;
public PortalPlayerInteraction(MapleClient c, MaplePortal portal) {
super(c);