mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
fix some errors
This commit is contained in:
parent
3750c8edeb
commit
7ce9878a50
@ -24,3 +24,11 @@ public Extension __ext_closestpos =
|
||||
required = 0,
|
||||
#endif
|
||||
};
|
||||
|
||||
#if !defined REQUIRE_EXTENSIONS
|
||||
public void __ext_closestpos_SetNTVOptional()
|
||||
{
|
||||
MarkNativeAsOptional("ClosestPos.ClosestPos");
|
||||
MarkNativeAsOptional("ClosestPos.Find");
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -101,7 +101,7 @@ public void OnPluginStart()
|
||||
LoadTranslations("shavit-common.phrases");
|
||||
LoadTranslations("shavit-stats.phrases");
|
||||
|
||||
Convar.AutoExecConfig();
|
||||
//Convar.AutoExecConfig();
|
||||
|
||||
gB_Rankings = LibraryExists("shavit-rankings");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user