Files
apollo/game/plugin/logout/src/logout.plugin.kts
T
2018-09-04 04:43:34 +01:00

5 lines
126 B
Kotlin

val LOGOUT_BUTTON_ID = 2458
on_button(LOGOUT_BUTTON_ID)
.where { widgetId == LOGOUT_BUTTON_ID }
.then { it.logout() }