forked from MagicBane/Server
Renamed class to not conflict with the java.lang version.
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
package engine.jobs;
|
||||
|
||||
import engine.Enum;
|
||||
import engine.Enum.PortalType;
|
||||
import engine.job.AbstractScheduleJob;
|
||||
import engine.mbEnums;
|
||||
import engine.mbEnums.PortalType;
|
||||
import engine.objects.Building;
|
||||
import engine.objects.Runegate;
|
||||
import org.pmw.tinylog.Logger;
|
||||
@@ -19,7 +19,7 @@ import org.pmw.tinylog.Logger;
|
||||
public class CloseGateJob extends AbstractScheduleJob {
|
||||
|
||||
private final Building building;
|
||||
private final Enum.PortalType portalType;
|
||||
private final mbEnums.PortalType portalType;
|
||||
|
||||
public CloseGateJob(Building building, PortalType portalType) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user