mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 06:07:03 +01:00
safety i guess, people are afraid that someone is SOMEHOW gonna manage to open their menu without being admin
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// Only Clients should have a panel for them, okay?
|
||||
/mob/Login()
|
||||
. = ..()
|
||||
AddComponent(/datum/component/interaction)
|
||||
AddComponent(/datum/component/interaction_menu_granter)
|
||||
|
||||
/mob/Logout()
|
||||
qdel(GetComponent(/datum/component/interaction))
|
||||
qdel(GetComponent(/datum/component/interaction_menu_granter))
|
||||
. = ..()
|
||||
|
||||
///Adjust the thirst of a mob
|
||||
|
||||
Reference in New Issue
Block a user