Add missing parameter to SetStart native

This commit is contained in:
BoomShot 2021-03-11 00:34:51 -05:00
parent e6b3baae81
commit 35206c7ded

View File

@ -1065,7 +1065,7 @@ native void Shavit_StartTimer(int client, int track);
* @param track Timer track.
* @noreturn
*/
native void Shavit_SetStart(int client);
native void Shavit_SetStart(int client, int track);
/**
* Deletes the player's current set start position for the specified track.