Mostly random stuff

This commit is contained in:
Astatin3
2024-07-03 19:31:20 -06:00
parent 3b07d74541
commit 0313f43207
15 changed files with 201 additions and 62 deletions
@@ -55,7 +55,7 @@ public class ScoutingDataWriter {
dataType[] dataTypes = new dataType[objects.size()-2];
int version = ((int)objects.get(0).get());
System.out.println(version);
// System.out.println(version);
String username = (String) objects.get(1).get();
for(int i = 0; i < values[version].length; i++){