mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Fix variant of unloadChunkRequest that was incorrectly never deprecated
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -257,7 +257,9 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
|||||||
* @param z Z-coordinate of the chunk
|
* @param z Z-coordinate of the chunk
|
||||||
* @param safe Controls whether to queue the chunk when players are nearby
|
* @param safe Controls whether to queue the chunk when players are nearby
|
||||||
* @return Whether the chunk was actually queued
|
* @return Whether the chunk was actually queued
|
||||||
|
* @deprecated it is never safe to remove a chunk in use
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public boolean unloadChunkRequest(int x, int z, boolean safe);
|
public boolean unloadChunkRequest(int x, int z, boolean safe);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user