mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 12:02:53 +00:00
2 MB bug fixes
This commit is contained in:
parent
f6bf485c0d
commit
da1bec6cc0
2 changed files with 17 additions and 6 deletions
|
@ -334,11 +334,7 @@ public class SQLite extends FreedomService
|
|||
{
|
||||
try
|
||||
{
|
||||
ResultSet resultSet = connection.createStatement().executeQuery("SELECT * FROM players WHERE master_builder=true");
|
||||
if (resultSet.next())
|
||||
{
|
||||
return resultSet;
|
||||
}
|
||||
return connection.createStatement().executeQuery("SELECT * FROM players WHERE master_builder=true");
|
||||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue