safety i guess, people are afraid that someone is SOMEHOW gonna manage to open their menu without being admin

This commit is contained in:
SandPoot
2023-02-11 21:54:20 -03:00
parent c42edf2d4c
commit 243e7ea02f
3 changed files with 23 additions and 15 deletions
+2 -2
View File
@@ -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