mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 11:45:31 +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
|
||||
*
|
||||
* @param world - world
|
||||
* @param playerUUID - the player's UUID
|
||||
* @param resets - number of resets
|
||||
* @param world world
|
||||
* @param playerUUID player's UUID
|
||||
* @param resets number of resets to set
|
||||
*/
|
||||
public void setResets(World world, UUID playerUUID, int resets) {
|
||||
addPlayer(playerUUID);
|
||||
|
Loading…
Reference in New Issue
Block a user