mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
rename CreateInterface gamedata to CreateInterface_Server
This commit is contained in:
parent
76aaecdb6e
commit
ef51513fcc
@ -11,8 +11,9 @@
|
||||
|
||||
"Signatures"
|
||||
{
|
||||
"CreateInterface"
|
||||
"CreateInterface_Server"
|
||||
{
|
||||
"library" "server"
|
||||
"windows" "@CreateInterface"
|
||||
"linux" "@CreateInterface"
|
||||
}
|
||||
|
||||
@ -420,7 +420,7 @@ void LoadDHooks()
|
||||
}
|
||||
|
||||
StartPrepSDKCall(SDKCall_Static);
|
||||
if(!PrepSDKCall_SetFromConf(gamedataConf, SDKConf_Signature, "CreateInterface"))
|
||||
if(!PrepSDKCall_SetFromConf(gamedataConf, SDKConf_Signature, "CreateInterface_Server"))
|
||||
{
|
||||
SetFailState("Failed to get CreateInterface");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user