Skip to content

Commit

Permalink
fix(who.dm): fixes watchlist mark
Browse files Browse the repository at this point in the history
PR ChaoticOnyx#12000 
Get ruined
  • Loading branch information
Zert0X authored Mar 31, 2024
1 parent b3e8c20 commit 379a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/verbs/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
entry += " (<A HREF='?_src_=holder;adminmoreinfo=\ref[C.mob]'>?</A>)"

if(config.external.sql_enabled && watchlist.Check(C.ckey))
lines += "(<A HREF='?_src_=holder;adminmoreinfo=\ref[C.mob]'>IN WATCHLIST!</A>)"
entry += " (<A HREF='?_src_=holder;adminmoreinfo=\ref[C.mob]'>IN WATCHLIST!</A>)"

lines += entry
else if(rights)
Expand Down

0 comments on commit 379a05e

Please sign in to comment.