Skip to content

Commit

Permalink
Merge pull request #3206 from ARF-SS13/andything
Browse files Browse the repository at this point in the history
Andy said to do it, so I did it
  • Loading branch information
Tk420634 authored Sep 28, 2023
2 parents 6fb4a03 + eae7497 commit 350846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/world_topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
else
return "[ckey] has already been whitelisted."

if(WHTLST) // If the proc returns true, they have been removed, if not, they weren't on it originally.
if(UNWHTLST) // If the proc returns true, they have been removed, if not, they weren't on it originally.
if(BC_RemoveKey(ckey))
return "[ckey] has been removed."
else
Expand Down

0 comments on commit 350846d

Please sign in to comment.