Added per world PVP setting support.

This commit is contained in:
Rigby
2011-04-29 23:34:37 +01:00
committed by EvilSeph
parent 5a5ce79035
commit f342db744a
4 changed files with 11 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ public class WorldServer extends World implements BlockChangeDelegate {
this.cserver = minecraftserver.server;
this.world = new CraftWorld(this);
this.manager = new PlayerManager(minecraftserver, this);
this.pvpMode = minecraftserver.pvpMode;
}
public PlayerManager manager;