1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 09:43:00 +01:00

Fixed bug with silent toggle, cleaned up message informing players about /tpback

This commit is contained in:
nossr50
2011-01-05 07:34:38 -08:00
parent a22c04a725
commit 7a234a1be6
2 changed files with 16 additions and 11 deletions

View File

@@ -517,12 +517,7 @@ class PlayerList
silent = false;
}
public boolean isSilent(){
if(silent == true){
return true;
}
else {
return false;
}
return silent;
}
//Store the player's party
public void setParty(String newParty)