mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 04:21:42 +00:00
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
/mob/Logout()
|
|
log_access("Logout: [key_name(src)]")
|
|
src.logged_in = 0
|
|
|
|
..()
|
|
|
|
return 1 |