Skip to content

Commit

Permalink
Without check rights.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Jan 26, 2025
1 parent d1d91df commit f23cff6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/client/verbs/ooc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")

prefs.prefer_old_chat = FALSE
prefs.save_preferences()
if(!check_rights(0))
return
if (!chatOutput || !istype(chatOutput))
var/action = alert(src, "Invalid Chat Output data found!\nRecreate data?", "Wot?", "Recreate Chat Output data", "Cancel")
if (action != "Recreate Chat Output data")
Expand Down

0 comments on commit f23cff6

Please sign in to comment.