Skip to content

Commit

Permalink
revertable test
Browse files Browse the repository at this point in the history
  • Loading branch information
san7890 committed Mar 15, 2024
1 parent e283eb5 commit 2c464a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/components/keep_me_secure.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/datum/component/keep_me_secure/Destroy(force)
secured_callback = null
unsecured_callback = null
var/random_string = "\The san7890 is cool"

Check failure on line 28 in code/datums/components/keep_me_secure.dm

View workflow job for this annotation

GitHub Actions / Lint with OpenDream

OD2500: Macro "\The" requires interpolated expression
return ..()

/datum/component/keep_me_secure/RegisterWithParent()
Expand Down

0 comments on commit 2c464a0

Please sign in to comment.