mirror of
https://github.com/bronson-g/FantasyBaseballDraftPicker.git
synced 2025-12-23 21:27:42 -05:00
stuff
This commit is contained in:
@@ -210,7 +210,11 @@ public class Main {
|
||||
}
|
||||
m.save(m.team, m.teamFile);
|
||||
break;
|
||||
|
||||
case "status":
|
||||
for(Player player : m.team) {
|
||||
System.out.println(player.toString());
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user