Files
apollo/game/plugin/logout/src/logout.plugin.kts
T
2017-09-16 18:49:06 +01:00

5 lines
120 B
Kotlin

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