Display of ban status on firewall menu in admin gump
This commit is contained in:
parent
5ed9a40e88
commit
02502429ea
1 changed files with 2 additions and 0 deletions
|
|
@ -1274,6 +1274,8 @@ namespace Server.Gumps
|
|||
|
||||
if ( online )
|
||||
AddLabelCropped( 252, offset, 120, 20, GreenHue, "Online" );
|
||||
else if( a.Banned )
|
||||
AddLabelCropped( 252, offset, 120, 20, RedHue, "Banned" );
|
||||
else
|
||||
AddLabelCropped( 252, offset, 120, 20, RedHue, "Offline" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue