mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
no sm_fling in timer
This commit is contained in:
parent
6ae4ce15d9
commit
d3eede84f8
@ -342,7 +342,6 @@ public void OnPluginStart()
|
||||
|
||||
#if DEBUG
|
||||
RegConsoleCmd("sm_finishtest", Command_FinishTest);
|
||||
RegConsoleCmd("sm_fling", Command_Fling);
|
||||
#endif
|
||||
|
||||
// admin
|
||||
@ -752,15 +751,6 @@ public Action Command_FinishTest(int client, int args)
|
||||
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
public Action Command_Fling(int client, int args)
|
||||
{
|
||||
float up[3];
|
||||
up[2] = 1000.0;
|
||||
SetEntPropVector(client, Prop_Data, "m_vecBaseVelocity", up);
|
||||
|
||||
return Plugin_Handled;
|
||||
}
|
||||
#endif
|
||||
|
||||
public Action Command_DeleteMap(int client, int args)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user