Skip to content

Commit dc313d7

Browse files
committed
docs: forgot a rename there
1 parent cc085d6 commit dc313d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

authme-core/src/main/java/fr/xephi/authme/data/limbo/LimboService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ private Optional<LimboPlayer> getLimboOrLogError(Player player, String context)
223223
* to the player on reconnect (stasis chamber support). Called when an authenticated
224224
* player quits with pearls in flight.
225225
*
226-
* @param player the authenticated player who is quitting
227-
* @param pearlUuids entity UUIDs of the player's in-flight ender pearls
226+
* @param player the authenticated player who is quitting
227+
* @param pearls tracked ender pearls of the player's in-flight ender pearls
228228
*/
229229
public void saveEnderPearlsForPlayer(Player player, Collection<EnderPearlRestoreData> pearls) {
230230
LimboPlayer limbo = persistence.getLimboPlayer(player);

0 commit comments

Comments
 (0)