Skip to content

Commit 5c2bb6b

Browse files
committed
fix PlayerModel_Get native args
1 parent 4d5ff38 commit 5c2bb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/api_player_model.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#pragma reqlib api_player_model
77

8-
native PlayerModel_Get(pPlayer, szOut[]);
8+
native PlayerModel_Get(pPlayer, szOut[], iLen);
99
native PlayerModel_Set(pPlayer, const szModel[]);
1010
native PlayerModel_Update(pPlayer);
1111
native PlayerModel_Reset(pPlayer);

0 commit comments

Comments
 (0)