why is Account#onLoad THE DAMN REASON FOR HOURS OF TESTING

This commit is contained in:
KingRainbow44
2022-04-21 02:07:05 -04:00
parent b902fa6f48
commit 0a96012f2c
3 changed files with 14 additions and 21 deletions

View File

@@ -14,8 +14,8 @@ plugins {
id 'application'
}
sourceCompatibility = 17
targetCompatibility = 17
sourceCompatibility = 16
targetCompatibility = 16
repositories {
mavenCentral()