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

Merge branch 'master' of github.com:nossr50/vminecraft-plugin

This commit is contained in:
nossr50
2010-12-02 14:13:56 -08:00
2 changed files with 6 additions and 4 deletions

View File

@@ -235,11 +235,14 @@ class PlayerList
} catch (Exception e) {
log.log(Level.SEVERE, "Exception while reading " + location + " (Are you sure you formatted it correctly?)", e);
}
//=====================================================================
}
//=====================================================================
// Function: save
// Input: none
// Output: Writes current values of PlayerProfile to disk
// Use: Call this function to save current values
// Output: None
// Use: Writes current values of PlayerProfile to disk
// Call this function to save current values
//=====================================================================
public void save(){
try {