Skip to content

Commit

Permalink
Test broken commit
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Jan 3, 2025
1 parent b927066 commit 7a0a1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/components/finger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Certain aspects of this mod can be configured in the mission header section of a
| m_bCanPingAttach | bool* | true | Whether the ping can attach to entities. |
| m_fPingRangeM | float** | 10.0 | Range of the ping in meters. Only players in range will see it. Anyone can see it if negative. |

\* Note that bool has to be provided as integer in the config: 1 (true) or 0 (false).<br />
\* Note that bool has to be provided as integer in the config: 1 (true) or 0 (false).<br>
\*\* Note that floats need a decimal point to get properly read.

Example for the `missionHeader` in a server config:
Expand Down

0 comments on commit 7a0a1f0

Please sign in to comment.