mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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 |