mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-06-26 01:00:30 +00:00
removal of aero
This commit is contained in:
parent
9dad7c6d05
commit
9d71a7f4ae
104 changed files with 808 additions and 1010 deletions
|
@ -21,20 +21,15 @@ public class SQLite extends FreedomService
|
|||
|
||||
private Connection connection;
|
||||
|
||||
public SQLite(TotalFreedomMod plugin)
|
||||
{
|
||||
super(plugin);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStart()
|
||||
public void onStart()
|
||||
{
|
||||
connect();
|
||||
checkTables();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop()
|
||||
public void onStop()
|
||||
{
|
||||
disconnect();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue