Fixed a bug that prevented progression in tutorial island
Fixed a bug that caused woodcutting to take slightly longer Fixed a bug that caused the woodcutting axe message to print more often than it should Fixed a bug that caused fishing to not print its fishing attempt message Fixed a bug that caused fishing to take slightly longer Fixed a bug that would cause nechryaels to lose interest in the player when their minions attacked Made sure the grand exchange tests always clean up the GEDB
This commit is contained in:
@@ -37,7 +37,7 @@ import java.io.File
|
||||
return offer
|
||||
}
|
||||
|
||||
@AfterAll fun cleanup() {
|
||||
@AfterAll @JvmStatic fun cleanup() {
|
||||
File(TEST_DB_PATH).delete()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user