mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-22 23:41:30 +01:00
Added isPvpEnabled() on Arena
This commit is contained in:
parent
e624e41bfc
commit
1959ba5b85
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -1063,6 +1063,11 @@ public class Arena
|
||||
{
|
||||
return world;
|
||||
}
|
||||
|
||||
public boolean isPvpEnabled()
|
||||
{
|
||||
return pvp;
|
||||
}
|
||||
|
||||
public void setBossWave(BossWave bossWave)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user