minor improvements

This commit is contained in:
minjaesong
2023-07-08 14:20:53 +09:00
parent 13810fc09b
commit 1f6fa49d19

View File

@@ -132,6 +132,8 @@ class UILoadList(val full: UILoadSavegame) : UICanvas() {
System.err.println("[UILoadSavegame] Error while loading Player with UUID $uuid")
e.printStackTrace()
}
Thread.sleep(18) // to alleviate the "hiccup" when the UI is being opened
}
printdbg(this, "============== ${this.hashCode()} ============== ")