forked from 2009Scape/Server
Important account register fix
It appears I broke this in a previous update fixing other errors, without realisng this causes massive issues when registering accounts. Whoops. Here's the fix.
This commit is contained in:
parent
a5a206653e
commit
5f6ab6fb4a
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ public class AccountRegister extends SQLEntryHandler<RegistryDetails> {
|
|||
statement.setString(7,null);
|
||||
}
|
||||
|
||||
statement.setString(7, "2009scape");
|
||||
statement.executeUpdate();
|
||||
SQLManager.close(statement.getConnection());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue