mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] missing VV options (#11180)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2655eddc8e
commit
668bc1e4e9
@@ -63,7 +63,7 @@
|
||||
Invoked by vv topic "fakepdapropconvo" in code\modules\admin\view_variables\topic.dm found in PDA vv dropdown.
|
||||
*/
|
||||
/obj/item/pda/proc/createPropFakeConversation_admin(mob/M)
|
||||
if(!M.client || !check_rights_for(M.client,R_FUN))
|
||||
if(!M.client || !check_rights_for(M.client, R_FUN))
|
||||
return
|
||||
|
||||
var/datum/eventkit/fake_pdaconvos/FPC = M.client.fakeConversations
|
||||
|
||||
Reference in New Issue
Block a user