Skip to content

Commit

Permalink
Update include/bzfsAPI.h
Browse files Browse the repository at this point in the history
Co-authored-by: RighthandSon <[email protected]>
  • Loading branch information
TheGiraffe3 and RighthandSon authored Oct 22, 2024
1 parent d35633a commit 4b2f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bzfsAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ BZF_API unsigned int bz_getTeamPlayerLimit ( bz_eTeamType team );

// player score
BZF_API void bz_computePlayerScore( bool enabled );
BZF_API bool bz_computtingPlayerScore( void );
BZF_API bool bz_computingPlayerScore( void );

BZF_API bool bz_setPlayerWins (int playerId, int wins);
BZF_API bool bz_setPlayerLosses (int playerId, int losses);
Expand Down

0 comments on commit 4b2f0ed

Please sign in to comment.