Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 800e69b

Browse files
committed
add devtools here
1 parent a5a8173 commit 800e69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/client/client_procs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
232232
GLOB.directory[ckey] = src
233233

234234
if(byond_version >= 516)
235-
winset(src, null, list("browser-options" = "find,refresh,byondstorage"))
235+
winset(src, null, list("browser-options" = "find,refresh,byondstorage,devtools"))
236236

237237
// Instantiate stat panel
238238
stat_panel = new(src, "statbrowser")

0 commit comments

Comments
 (0)