Remove fakePvp from the API

This commit is contained in:
Eric Stokes 2011-09-25 11:05:48 -06:00
parent 3753256611
commit fa409ac4f5

View File

@ -143,14 +143,4 @@ public interface MultiverseWorld {
* @param pvpMode True to enable PVP damage, false to disable it.
*/
public void setPVPMode(Boolean pvpMode);
/**
* In order to allow players to have PVP zones, allow them to use the old style. I actually can't remember why this
* method is needed.
* <p/>
* May get deprecated soon.
*
* @param fakePVPMode True to enable canceling of PVP event, false to disable it (default).
*/
public void setFakePVPMode(Boolean fakePVPMode);
}