mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 04:47:54 +00:00
Included source...
This commit is contained in:
parent
dc91fb1630
commit
8a5cf06e66
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
package com.intellectualcrafters.plot;
|
||||
|
||||
import com.intellectualcrafters.plot.database.DBFunc;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.World;
|
||||
import org.bukkit.block.Biome;
|
||||
import org.bukkit.entity.Player;
|
||||
|
@ -170,7 +171,7 @@ public class Plot implements Cloneable{
|
|||
*
|
||||
*/
|
||||
public World getWorld() {
|
||||
return Bukkit.getWorld(this.world)
|
||||
return Bukkit.getWorld(this.world);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue