mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-15 18:18:44 +00:00
parent
b5c7c50f0a
commit
f0f9b3c19b
@ -225,13 +225,10 @@ public void OnLibraryRemoved(const char[] name)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnAllPluginsLoaded()
|
|
||||||
{
|
|
||||||
Shavit_GetDB(gH_SQL);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void OnConfigsExecuted()
|
public void OnConfigsExecuted()
|
||||||
{
|
{
|
||||||
|
// database connections
|
||||||
|
Shavit_GetDB(gH_SQL);
|
||||||
SetSQLInfo();
|
SetSQLInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -136,8 +136,6 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
|
|||||||
|
|
||||||
public void OnAllPluginsLoaded()
|
public void OnAllPluginsLoaded()
|
||||||
{
|
{
|
||||||
Shavit_GetDB(gH_SQL);
|
|
||||||
|
|
||||||
if(gB_Late)
|
if(gB_Late)
|
||||||
{
|
{
|
||||||
OnAdminMenuReady(null);
|
OnAdminMenuReady(null);
|
||||||
@ -328,7 +326,9 @@ public void SetupColors()
|
|||||||
|
|
||||||
public void OnConfigsExecuted()
|
public void OnConfigsExecuted()
|
||||||
{
|
{
|
||||||
SetSQLInfo();
|
// connection to database
|
||||||
|
Shavit_GetDB(gH_SQL);
|
||||||
|
SetSQLInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnMapStart()
|
public void OnMapStart()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user