mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +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()
|
||||
{
|
||||
// database connections
|
||||
Shavit_GetDB(gH_SQL);
|
||||
SetSQLInfo();
|
||||
}
|
||||
|
||||
|
||||
@ -136,8 +136,6 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
|
||||
|
||||
public void OnAllPluginsLoaded()
|
||||
{
|
||||
Shavit_GetDB(gH_SQL);
|
||||
|
||||
if(gB_Late)
|
||||
{
|
||||
OnAdminMenuReady(null);
|
||||
@ -328,7 +326,9 @@ public void SetupColors()
|
||||
|
||||
public void OnConfigsExecuted()
|
||||
{
|
||||
SetSQLInfo();
|
||||
// connection to database
|
||||
Shavit_GetDB(gH_SQL);
|
||||
SetSQLInfo();
|
||||
}
|
||||
|
||||
public void OnMapStart()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user