Skip to content

Commit

Permalink
Fix for held items
Browse files Browse the repository at this point in the history
Missed one
  • Loading branch information
omnidecker committed Nov 16, 2023
1 parent 46391b1 commit 8ae655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vme/zone/commands.zon
Original file line number Diff line number Diff line change
Expand Up @@ -4983,7 +4983,7 @@ code
if (two == TRUE)
return("<tr><td>&lt;two hand held&gt;</td> ");
else
return("<tr><td>&lt;held ");
return("<tr><td>&lt;held&gt;</td> ");
}
else if (i == WEAR_CHEST)
return("<tr><td>&lt;worn across chest&gt;</td> ");
Expand Down

0 comments on commit 8ae655a

Please sign in to comment.