forked from 2009Scape/Server
Make new players join the real 2009scape cc (#82)
This commit is contained in:
parent
82288a35e9
commit
b41f05d039
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ public class AccountRegister extends SQLEntryHandler<RegistryDetails> {
|
|||
//I believe if there was no entry there would be errors during the registration, hence a null entry if the setting is off
|
||||
if(ServerConstants.NEW_PLAYER_DEFAULT_CLAN)
|
||||
{
|
||||
statement.setString(7,ServerConstants.SERVER_NAME);
|
||||
statement.setString(7,ServerConstants.SERVER_NAME.toLowerCase());
|
||||
}else{
|
||||
statement.setString(7,null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue