Added isPvpEnabled() on Arena
This commit is contained in:
Binary file not shown.
@@ -1063,6 +1063,11 @@ public class Arena
|
|||||||
{
|
{
|
||||||
return world;
|
return world;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isPvpEnabled()
|
||||||
|
{
|
||||||
|
return pvp;
|
||||||
|
}
|
||||||
|
|
||||||
public void setBossWave(BossWave bossWave)
|
public void setBossWave(BossWave bossWave)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user