mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 09:13:43 +01:00 
			
		
		
		
	Fixed players writing overlapped
This commit is contained in:
		| @@ -313,7 +313,7 @@ class PlayerList | ||||
|         { | ||||
|             try { | ||||
|             	//Open the file to write the player | ||||
|             	FileWriter file = new FileWriter(location); | ||||
|             	FileWriter file = new FileWriter(location, true); | ||||
|                 BufferedWriter out = new BufferedWriter(file); | ||||
|                  | ||||
|                 //Add the player to the end | ||||
| @@ -333,8 +333,7 @@ class PlayerList | ||||
|     			out.append(":"); | ||||
|     			 | ||||
|     			out.append(aliasList.toString()); | ||||
|     			out.append("\r\n"); | ||||
|     			 | ||||
|     			out.newLine(); | ||||
|     			out.close(); | ||||
|                 | ||||
| 	        } catch (Exception e) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 cerevisiae
					cerevisiae