mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-02 16:49:12 +00:00
6 lines
86 B
Ruby
6 lines
86 B
Ruby
LOGOUT_BUTTON_ID = 2458
|
|
|
|
on :button, LOGOUT_BUTTON_ID do |player|
|
|
player.logout
|
|
end
|