mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
working wire cutter
This commit is contained in:
@@ -22,7 +22,7 @@ class GameCrashHandler(e: Throwable) : JFrame() {
|
||||
|
||||
private val outputStream = object : OutputStream() {
|
||||
override fun write(p0: Int) {
|
||||
htmlSB.appendCodePoint(p0)
|
||||
htmlSB.append((p0 and 255).toChar())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user