Fix GameModeConfig for WG45PlotRegion, WS175PlotRegion and WS230PlotRegion
This commit is contained in:
+2
-1
@@ -28,6 +28,7 @@ import de.steamwar.bausystem.region.dynamic.modes.AreaTile;
|
||||
import de.steamwar.bausystem.region.dynamic.modes.PlotRegionBackups;
|
||||
import de.steamwar.bausystem.region.dynamic.modes.PlotRegionData;
|
||||
import de.steamwar.bausystem.region.dynamic.modes.miniwargear.MWGUtils;
|
||||
import de.steamwar.bausystem.region.dynamic.modes.warship_230.WS230Utils;
|
||||
import de.steamwar.bausystem.region.flags.Flag;
|
||||
import de.steamwar.sql.GameModeConfig;
|
||||
import lombok.NonNull;
|
||||
@@ -107,7 +108,7 @@ public class WG45PlotRegion extends DynamicRegion {
|
||||
|
||||
@Override
|
||||
public @NonNull GameModeConfig<Material, String> getGameModeConfig() {
|
||||
return MWGUtils.GAME_MODE_CONFIG;
|
||||
return WG45Utils.GAME_MODE_CONFIG;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
+2
-2
@@ -79,7 +79,7 @@ public class WS175PlotRegion extends DynamicRegion {
|
||||
|
||||
@Override
|
||||
public @NonNull RegionType getType() {
|
||||
return RegionType.DRY;
|
||||
return RegionType.WET;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -107,7 +107,7 @@ public class WS175PlotRegion extends DynamicRegion {
|
||||
|
||||
@Override
|
||||
public @NonNull GameModeConfig<Material, String> getGameModeConfig() {
|
||||
return MWGUtils.GAME_MODE_CONFIG;
|
||||
return WS175Utils.GAME_MODE_CONFIG;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
+2
-2
@@ -79,7 +79,7 @@ public class WS230PlotRegion extends DynamicRegion {
|
||||
|
||||
@Override
|
||||
public @NonNull RegionType getType() {
|
||||
return RegionType.DRY;
|
||||
return RegionType.WET;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -107,7 +107,7 @@ public class WS230PlotRegion extends DynamicRegion {
|
||||
|
||||
@Override
|
||||
public @NonNull GameModeConfig<Material, String> getGameModeConfig() {
|
||||
return MWGUtils.GAME_MODE_CONFIG;
|
||||
return WS230Utils.GAME_MODE_CONFIG;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user