ZG loots and hide admin roles when registering
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
<nb-card>
|
||||
<nb-card-body>
|
||||
<nb-checkbox [(ngModel)]="showApplication" name="amMember" #checkbox><!--I am already a member-->I understand this is super beta and things might not work or are not very pretty</nb-checkbox>
|
||||
<nb-checkbox [(ngModel)]="showApplication" name="amMember" #checkbox><!--I am already a member-->By creating an account I am okay with cookies on my machine</nb-checkbox>
|
||||
<br />
|
||||
|
||||
<span > <!--*ngIf="showApplication"-->
|
||||
|
||||
@@ -21,7 +21,7 @@ export class RegisterComponent implements OnInit{
|
||||
race: "Night Elf"
|
||||
}
|
||||
|
||||
ranks = _Rank
|
||||
ranks = _Rank.splice(5) //remove admin, gm, officer
|
||||
classes = _Class
|
||||
races = _Race
|
||||
selectedClass : Class = "Warrior"
|
||||
|
||||
Reference in New Issue
Block a user