mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 20:28:14 +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