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