dont add extra place
This commit is contained in:
parent
1b0f18cdf9
commit
469c7ee98a
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ public class PlayerInfoTable {
|
||||||
statement.setBytes(1, encodeUUID(uuid));
|
statement.setBytes(1, encodeUUID(uuid));
|
||||||
ResultSet rs = statement.executeQuery();
|
ResultSet rs = statement.executeQuery();
|
||||||
if(rs.next()){
|
if(rs.next()){
|
||||||
return rs.getInt("total")+1;
|
return rs.getInt("total");
|
||||||
}
|
}
|
||||||
rs.close();
|
rs.close();
|
||||||
} catch (SQLException e){
|
} catch (SQLException e){
|
||||||
|
|
Loading…
Reference in a new issue