Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Jun 18, 2023
1 parent e3d7f1d commit 4b871e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/outfits/vv_outfit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
if(istype(I))
var/list/vedits = list()
for(var/varname in I.vars)
if(!I.can_vv_get(varname) && check_rights(R_HOST))
if(!I.can_vv_get(varname) && !check_rights(R_HOST))
continue
if(varname in ignored_vars)
continue
Expand Down

0 comments on commit 4b871e7

Please sign in to comment.