mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Updated latest WorldEdit methods
This commit is contained in:
parent
2d118a44a9
commit
d82d6fd704
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Mon May 19 19:46:00 CEST 2014
|
#Sun Jun 22 16:49:17 CEST 2014
|
||||||
build.number=862
|
build.number=863
|
||||||
|
@ -2,10 +2,10 @@ package me.StevenLawson.TotalFreedomMod.Bridge;
|
|||||||
|
|
||||||
import com.sk89q.worldedit.IncompleteRegionException;
|
import com.sk89q.worldedit.IncompleteRegionException;
|
||||||
import com.sk89q.worldedit.LocalSession;
|
import com.sk89q.worldedit.LocalSession;
|
||||||
import com.sk89q.worldedit.LocalWorld;
|
|
||||||
import com.sk89q.worldedit.bukkit.BukkitPlayer;
|
import com.sk89q.worldedit.bukkit.BukkitPlayer;
|
||||||
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
|
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
|
||||||
import com.sk89q.worldedit.regions.Region;
|
import com.sk89q.worldedit.regions.Region;
|
||||||
|
import com.sk89q.worldedit.world.World;
|
||||||
import me.StevenLawson.TotalFreedomMod.TFM_AdminList;
|
import me.StevenLawson.TotalFreedomMod.TFM_AdminList;
|
||||||
import me.StevenLawson.TotalFreedomMod.TFM_Log;
|
import me.StevenLawson.TotalFreedomMod.TFM_Log;
|
||||||
import me.StevenLawson.TotalFreedomMod.TFM_ProtectedArea;
|
import me.StevenLawson.TotalFreedomMod.TFM_ProtectedArea;
|
||||||
@ -132,7 +132,7 @@ public class TFM_WorldEditBridge
|
|||||||
final LocalSession session = getPlayerSession(player);
|
final LocalSession session = getPlayerSession(player);
|
||||||
if (session != null)
|
if (session != null)
|
||||||
{
|
{
|
||||||
final LocalWorld selectionWorld = session.getSelectionWorld();
|
final World selectionWorld = session.getSelectionWorld();
|
||||||
final Region selection = session.getSelection(selectionWorld);
|
final Region selection = session.getSelection(selectionWorld);
|
||||||
if (TFM_ProtectedArea.isInProtectedArea(
|
if (TFM_ProtectedArea.isInProtectedArea(
|
||||||
getBukkitVector(selection.getMinimumPoint()),
|
getBukkitVector(selection.getMinimumPoint()),
|
||||||
|
Loading…
Reference in New Issue
Block a user