Skip to content

Commit

Permalink
Minor spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jan 17, 2025
1 parent 60726cb commit 3593fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/debug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
return

if(byond_version < 516)
to_chat(src, SPAN_WARNING("You can only use this on 515!"))
to_chat(src, SPAN_WARNING("You can only use this on 516!"))
return

to_chat(src, SPAN_INFO("You can now right click to use inspect on browsers."))
Expand Down

0 comments on commit 3593fa3

Please sign in to comment.