From 4b2f0eda0b2e028708522ba2934838a14cf7694b Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:00:55 +0300 Subject: [PATCH] Update include/bzfsAPI.h Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> --- include/bzfsAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bzfsAPI.h b/include/bzfsAPI.h index e95096e5a4..1ec7bf528f 100644 --- a/include/bzfsAPI.h +++ b/include/bzfsAPI.h @@ -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);