From bab651a1bb670217ec9b2a8b6f96c28ea27d499f Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sun, 29 Jan 2012 13:10:51 -0500 Subject: [PATCH] Fixed comment from earlier commit. By: EvilSeph --- paper-api/src/main/java/org/bukkit/Server.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-api/src/main/java/org/bukkit/Server.java b/paper-api/src/main/java/org/bukkit/Server.java index 87f4420bbe..0eca908e3d 100644 --- a/paper-api/src/main/java/org/bukkit/Server.java +++ b/paper-api/src/main/java/org/bukkit/Server.java @@ -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.