mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-06-25 16:50:17 +00:00
Forgot question mark
This commit is contained in:
parent
75e50582e9
commit
8c93da758a
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ public class SQLite extends FreedomService
|
|||
{
|
||||
try
|
||||
{
|
||||
PreparedStatement statement = connection.prepareStatement("INSERT INTO players VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)");
|
||||
PreparedStatement statement = connection.prepareStatement("INSERT INTO players VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)");
|
||||
statement.setString(1, player.getName());
|
||||
statement.setString(2, FUtil.listToString(player.getIps()));
|
||||
statement.setString(3, FUtil.listToString(player.getNotes()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue