mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 22:22:18 -07:00
Deprecate exact login location. It is unlikely anyone uses it.
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -703,7 +703,10 @@ public final class Bukkit {
|
||||
*
|
||||
* @return true if exact location locations are used for spawning, false
|
||||
* for vanilla collision detection or otherwise
|
||||
*
|
||||
* @deprecated non standard and unused feature.
|
||||
*/
|
||||
@Deprecated
|
||||
public static boolean useExactLoginLocation() {
|
||||
return server.useExactLoginLocation();
|
||||
}
|
||||
|
Reference in New Issue
Block a user