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(); 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. * Vanilla behaviour: check for collisions and move the player if needed.
* Exact behaviour: spawn players exactly where they should be. * Exact behaviour: spawn players exactly where they should be.