mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Add missing parameter to SetStart native
This commit is contained in:
parent
e6b3baae81
commit
35206c7ded
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user