mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-12 05:16:55 +00:00
login protection option and some upgrades
This commit is contained in:
@@ -70,7 +70,7 @@ public class DatabaseSQLite {
|
||||
ResultSet result = statement.getResultSet();
|
||||
boolean state = result.getBoolean("pvpenabled");
|
||||
conn.close();
|
||||
return new PlayerData(state);
|
||||
return new PlayerData(state, 0);
|
||||
} catch (SQLException throwables) {
|
||||
throwables.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user