Skip to content

Commit 740d7d2

Browse files
authored
Merge pull request #672 from NermanLegacy/patch-1
fix typo (tagetid > targetid)
2 parents 2ad7d3f + 6d2cc61 commit 740d7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

YSI_Visual/y_commands/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ More specifically, these are per-player commands, or dynamic commands. They all
317317
SendClientMessage(playerid, COLOUR_GREETING, reply);
318318
@return 1;
319319
}
320-
Command_AddCallback("r", tagetid, using inline SendReply);
320+
Command_AddCallback("r", targetid, using inline SendReply);
321321
322322
return 1;
323323
}
@@ -329,7 +329,7 @@ One problem with this version is that it will slowly run out of memory, because
329329

330330
```pawn
331331
// Just in case, remove any old versions of `/r`:
332-
Command_RemoveCallback("r", tagetid);
332+
Command_RemoveCallback("r", targetid);
333333
```
334334

335335
Notes:

0 commit comments

Comments
 (0)