temp: disable UI.empty()
parent
2aaf6ca27d
commit
2b4fe1c320
|
|
@ -35,6 +35,7 @@ export namespace UI {
|
|||
|
||||
let blank = false
|
||||
export function empty() {
|
||||
return
|
||||
if (blank) return
|
||||
println("" + Style.TEXT_NORMAL)
|
||||
blank = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue