mirror of
https://github.com/PsychoticNinjaRepo/idlerpg-ng.git
synced 2025-04-25 12:00:59 -05:00
Remove leading 'the' in class
This commit is contained in:
parent
6ada56bf44
commit
16db2fd0aa
@ -150,6 +150,7 @@ if (! -e $opts{dbfile}) {
|
||||
$uname = length($uname)?$uname:$opts{owner};
|
||||
print "Enter a character class for this account: ";
|
||||
chomp(my $uclass = <STDIN>);
|
||||
$uclass =~ s/^the //i;
|
||||
$rps{$uname}{class} = substr($uclass,0,30);
|
||||
print "Enter a password for this account: ";
|
||||
if ($^O ne "MSWin32") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user