Fixed startup bug

This commit is contained in:
Auxilor
2022-10-02 12:03:29 +01:00
parent 4e902c3964
commit 3b4aa59bfb
2 changed files with 8 additions and 7 deletions

View File

@@ -231,7 +231,8 @@ public interface Eco {
/**
* Create a Drop Queue.
*
* @return The player..
* @param player The player.
* @return The drop queue.
*/
@NotNull
DropQueue createDropQueue(@NotNull Player player);