mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-05 15:14:44 +02:00
Changed party name restriction
This commit is contained in:
@ -256,8 +256,7 @@ public class PartyManager {
|
|||||||
* @param password the password for this party, null if there was no password
|
* @param password the password for this party, null if there was no password
|
||||||
*/
|
*/
|
||||||
public void addToParty(Player player, PlayerProfile playerProfile, String partyName, String password) {
|
public void addToParty(Player player, PlayerProfile playerProfile, String partyName, String password) {
|
||||||
//Fix for FFS
|
partyName = partyName.replace(".", "");
|
||||||
partyName = partyName.replace(":", ".");
|
|
||||||
Party party = getParty(partyName);
|
Party party = getParty(partyName);
|
||||||
String playerName = player.getName();
|
String playerName = player.getName();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user