mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 10:33:43 +01:00 
			
		
		
		
	Fix minor Javadoc errors
This commit is contained in:
		@@ -298,7 +298,7 @@ public final class PartyManager {
 | 
				
			|||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Accept a party invitation
 | 
					     * Accept a party invitation
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @param Player The plaer to add to the party
 | 
					     * @param player The player to add to the party
 | 
				
			||||||
     * @param mcMMOPlayer The player to add to the party
 | 
					     * @param mcMMOPlayer The player to add to the party
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public static void joinInvitedParty(Player player, McMMOPlayer mcMMOPlayer) {
 | 
					    public static void joinInvitedParty(Player player, McMMOPlayer mcMMOPlayer) {
 | 
				
			||||||
@@ -320,7 +320,7 @@ public final class PartyManager {
 | 
				
			|||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Add a player to a party
 | 
					     * Add a player to a party
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @param player The player to add to a party
 | 
					     * @param playerName The name of the player to add to a party
 | 
				
			||||||
     * @param mcMMOPlayer The player to add to the party
 | 
					     * @param mcMMOPlayer The player to add to the party
 | 
				
			||||||
     * @param party The party
 | 
					     * @param party The party
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
@@ -379,7 +379,7 @@ public final class PartyManager {
 | 
				
			|||||||
     * Check if a player can invite others to his party.
 | 
					     * Check if a player can invite others to his party.
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @param player The player to check
 | 
					     * @param player The player to check
 | 
				
			||||||
     * @param mcMMOPlayer The player to check
 | 
					     * @param party The party to check
 | 
				
			||||||
     * @return true if the player can invite
 | 
					     * @return true if the player can invite
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public static boolean canInvite(Player player, Party party) {
 | 
					    public static boolean canInvite(Player player, Party party) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user