mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-21 06:41:36 +01:00
Fixed DoubleRegionFlags
This commit is contained in:
parent
2641cb7d4f
commit
252208a479
@ -28,6 +28,6 @@
|
||||
public class DoubleRegionFlagInfo extends RegionFlagInfo<Boolean> {
|
||||
|
||||
public DoubleRegionFlagInfo(String name, FlagType type) {
|
||||
super(name, type, FlagDataType.BOOLEAN);
|
||||
super(name, type, FlagDataType.DOUBLE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user