Skip to content

Commit 21e59dc

Browse files
fix link from REMOVE_BLIP to SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT
1 parent 3b7363c commit 21e59dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HUD/RemoveBlip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void REMOVE_BLIP(Blip* blip);
1010
1111
Removes the blip from your map.
1212
13-
**Note:** This function only works on the script that created the blip, if you wish to remove blips created by other scripts, see [`SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT`](#_0x86A652570E5F25DD).
13+
**Note:** This function only works on the script that created the blip, if you wish to remove blips created by other scripts, see [`SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT`](#_0xB98236CAAECEF897).
1414
1515
## Parameters
1616
* **blip**: Blip handle to remove.

0 commit comments

Comments
 (0)