Fixed comment from earlier commit.

This commit is contained in:
EvilSeph
2012-01-29 13:10:51 -05:00
parent 33dd7cd0c7
commit 7db4bd3336

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.