mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 13:45:14 +01:00
Fixed PlayersManager#setResets(World, UUID, int) Javadoc.
This commit is contained in:
parent
d339444feb
commit
a17d946349
@ -280,9 +280,9 @@ public class PlayersManager {
|
|||||||
/**
|
/**
|
||||||
* Sets how many resets the player has performed
|
* Sets how many resets the player has performed
|
||||||
*
|
*
|
||||||
* @param world - world
|
* @param world world
|
||||||
* @param playerUUID - the player's UUID
|
* @param playerUUID player's UUID
|
||||||
* @param resets - number of resets
|
* @param resets number of resets to set
|
||||||
*/
|
*/
|
||||||
public void setResets(World world, UUID playerUUID, int resets) {
|
public void setResets(World world, UUID playerUUID, int resets) {
|
||||||
addPlayer(playerUUID);
|
addPlayer(playerUUID);
|
||||||
|
Loading…
Reference in New Issue
Block a user