/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/modules/mob/new_player/logout.dm
7 строк
285 B
D3athrow
Revert "tracking procs on client"
25 ноя 2023, 10:40
25 ноя 2023, 10:40
50700fb
Код
Авторство
О чём код?
/mob/new_player/Logout() ready = 0 ..() if(!spawning)//Here so that if they are spawning and log out, the other procs can play out and they will have a mob to come back to. key = null//We null their key before deleting the mob, so they are properly kicked out. qdel(src) return