Fixed comment from earlier commit.

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot 2012-01-29 13:10:51 -05:00
parent b4c3ba3d33
commit bab651a1bb

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.