mass code dump

Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
lever1209 2021-12-05 17:41:07 -04:00
commit 573443e4b4
No known key found for this signature in database
GPG key ID: EEBCBB60C9DFC782
17 changed files with 438 additions and 289 deletions

View file

@ -62,7 +62,7 @@ public class Boot {
long bootTime = System.currentTimeMillis() - preBootTime;
System.out.println("Taken "+bootTime+"ms to boot");
Log.boot("Taken "+bootTime+"ms to boot");
}
}