mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 19:54:44 +02:00
Added few forgotten things
This commit is contained in:
@ -401,7 +401,7 @@ public class PartyManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Load all party related files.
|
||||
* Load party file.
|
||||
*/
|
||||
private void loadParties() {
|
||||
File file = new File(partiesFilePath);
|
||||
@ -432,9 +432,7 @@ public class PartyManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Save all party-related files.
|
||||
*
|
||||
* @throws Exception
|
||||
* Save party file.
|
||||
*/
|
||||
public void saveParties() {
|
||||
File file = new File(partiesFilePath);
|
||||
|
Reference in New Issue
Block a user