Skip to content

Commit 5066de2

Browse files
authored
all the time now (#38362)
1 parent db8d208 commit 5066de2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/modules/mob/login.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@
133133
update_colour()
134134
if (client.byond_version >= 516)
135135
winset(client, null, list("browser-options"="find,refresh,byondstorage"))
136+
if(client.holder?.rights & R_DEBUG)
137+
winset(client, null, list("browser-options"="+devtools"))
136138

137139
if(client)
138140
client.CAN_MOVE_DIAGONALLY = 0

0 commit comments

Comments
 (0)