mirror of
https://github.com/taoneill/war.git
synced 2024-11-27 20:59:39 +01:00
Removed "debug" message
This commit is contained in:
parent
9f828fe790
commit
ff04f24a85
@ -84,7 +84,6 @@ public class Warzone {
|
|||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public Warzone(World world, String name) {
|
public Warzone(World world, String name) {
|
||||||
War.war.log("DERP",Level.INFO);
|
|
||||||
this.world = world;
|
this.world = world;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.friendlyFire = War.war.isDefaultFriendlyFire();
|
this.friendlyFire = War.war.isDefaultFriendlyFire();
|
||||||
|
Loading…
Reference in New Issue
Block a user