diff --git a/YSI_Core/y_testing/y_testing_entry.inc b/YSI_Core/y_testing/y_testing_entry.inc index afdc5a03..6de429f6 100644 --- a/YSI_Core/y_testing/y_testing_entry.inc +++ b/YSI_Core/y_testing/y_testing_entry.inc @@ -889,6 +889,7 @@ stock bool:Testing_Run(&tests, &checks, &fails, const lastfail[33] = "", bool:p #if !defined NO_PLAYER_TESTS stock bool:Testing_Player(playerid, &idx, &tests, &checks, &fails, const lastfail[33] = "", bool:p = false) { + #pragma unused idx, tests, checks, fails, lastfail, p if (YSI_g_sPlayer == cellmax && !IsPlayerNPC(playerid)) //!Player_IsNPC(playerid)) { #if !defined LIGHT_TEST_REPORT