Fixed comment from earlier commit.

This commit is contained in:
EvilSeph 2012-01-29 13:10:51 -05:00
parent 67301a1d29
commit e93714634b

View File

@ -442,7 +442,7 @@ public interface Server extends PluginMessageRecipient {
public boolean getAllowFlight();
/**
* Gets whether to use vanilla (false) or exact behaviour (false).
* Gets whether to use vanilla (false) or exact behaviour (true).
*
* Vanilla behaviour: check for collisions and move the player if needed.
* Exact behaviour: spawn players exactly where they should be.