mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
Fix variant of unloadChunkRequest that was incorrectly never deprecated
By: md_5 <git@md-5.net>
This commit is contained in:
parent
51980b97ef
commit
6a80664621
1 changed files with 2 additions and 0 deletions
|
@ -257,7 +257,9 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
|||
* @param z Z-coordinate of the chunk
|
||||
* @param safe Controls whether to queue the chunk when players are nearby
|
||||
* @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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue