Skip to content

Commit 7a9c402

Browse files
committed
Fix _ALS_OnPlayerClickPlayerTextDraw length
1 parent a7073c3 commit 7a9c402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

textlist.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,10 @@ public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
600600
return 1;
601601
#endif
602602
}
603-
#if defined _ALS_OnPlayerClickPlayerTextDraw
603+
#if defined _ALS_OnPlayerClickPlayerTD
604604
#undef OnPlayerClickPlayerTextDraw
605605
#else
606-
#define _ALS_OnPlayerClickPlayerTextDraw
606+
#define _ALS_OnPlayerClickPlayerTD
607607
#endif
608608

609609
#define OnPlayerClickPlayerTextDraw TL_OnPlayerClickPlayerTextDraw

0 commit comments

Comments
 (0)