mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-06 04:23:09 +00:00
baddev
This commit is contained in:
parent
299b31a75b
commit
b73d1df350
2 changed files with 15 additions and 2 deletions
|
@ -35,7 +35,6 @@ public class SQLite extends FreedomService
|
|||
|
||||
public void connect()
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
connection = DriverManager.getConnection("jdbc:sqlite:" + plugin.getDataFolder() + "/" + FILE_NAME);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue