mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
remove Shavit_OpenCheckpointMenu
This commit is contained in:
parent
d02cc0bd22
commit
0b31c6a608
@ -2619,15 +2619,6 @@ native void Shavit_TeleportToCheckpoint(int client, int index, bool suppress = f
|
||||
*/
|
||||
native void Shavit_ClearCheckpoints(int client);
|
||||
|
||||
/**
|
||||
* Opens checkpoint menu for a client
|
||||
*
|
||||
* @param client Client index
|
||||
*
|
||||
* @noreturn
|
||||
*/
|
||||
native void Shavit_OpenCheckpointMenu(int client);
|
||||
|
||||
/**
|
||||
* Sets the clients dynamic timescale. -1.0 to use the timescale of the client's style.
|
||||
* Note: Values above 1.0 won't scale into the replay bot.
|
||||
|
||||
@ -191,7 +191,6 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
|
||||
CreateNative("Shavit_ClearCheckpoints", Native_ClearCheckpoints);
|
||||
CreateNative("Shavit_TeleportToCheckpoint", Native_TeleportToCheckpoint);
|
||||
CreateNative("Shavit_GetTotalCheckpoints", Native_GetTotalCheckpoints);
|
||||
CreateNative("Shavit_OpenCheckpointMenu", Native_OpenCheckpointMenu);
|
||||
CreateNative("Shavit_SaveCheckpoint", Native_SaveCheckpoint);
|
||||
CreateNative("Shavit_GetCurrentCheckpoint", Native_GetCurrentCheckpoint);
|
||||
CreateNative("Shavit_SetCurrentCheckpoint", Native_SetCurrentCheckpoint);
|
||||
@ -3849,12 +3848,6 @@ public any Native_SetCurrentCheckpoint(Handle plugin, int numParams)
|
||||
return 0;
|
||||
}
|
||||
|
||||
public any Native_OpenCheckpointMenu(Handle plugin, int numParams)
|
||||
{
|
||||
OpenNormalCPMenu(GetNativeCell(1));
|
||||
return 0;
|
||||
}
|
||||
|
||||
public any Native_SaveCheckpoint(Handle plugin, int numParams)
|
||||
{
|
||||
int client = GetNativeCell(1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user