mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 20:12:55 +00:00
This doesn't need to be Serializable anymore.
This commit is contained in:
parent
650bd11ab0
commit
2d421178db
1 changed files with 2 additions and 5 deletions
|
@ -16,12 +16,9 @@ import org.bukkit.Location;
|
||||||
import org.bukkit.World;
|
import org.bukkit.World;
|
||||||
import org.bukkit.util.Vector;
|
import org.bukkit.util.Vector;
|
||||||
|
|
||||||
public class TFM_ProtectedArea implements Serializable
|
public class TFM_ProtectedArea
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 2L;
|
public static final double MAX_RADIUS = 50.0;
|
||||||
//
|
|
||||||
public static final double MAX_RADIUS = 50.0D;
|
|
||||||
//
|
|
||||||
private static final Map<String, SerializableProtectedRegion> PROTECTED_AREAS = new HashMap<String, SerializableProtectedRegion>();
|
private static final Map<String, SerializableProtectedRegion> PROTECTED_AREAS = new HashMap<String, SerializableProtectedRegion>();
|
||||||
|
|
||||||
private TFM_ProtectedArea()
|
private TFM_ProtectedArea()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue