mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
trim the excess tabs
This commit is contained in:
@@ -651,7 +651,7 @@ public class PlayerSave {
|
||||
for (boolean element : player.getPlayList().unlocked) {
|
||||
music += element + "\t";
|
||||
}
|
||||
characterfile.write("music = " + music);
|
||||
characterfile.write("music = " + music.trim());
|
||||
characterfile.newLine();
|
||||
characterfile.write("randomActions = " + player.randomActions);
|
||||
characterfile.newLine();
|
||||
@@ -773,7 +773,7 @@ public class PlayerSave {
|
||||
for (int voidS : player.voidStatus){
|
||||
voidStatus += voidS + "\t";
|
||||
}
|
||||
characterfile.write("void = " + voidStatus);
|
||||
characterfile.write("void = " + voidStatus.trim());
|
||||
characterfile.newLine();
|
||||
characterfile.newLine();
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user