diff options
Diffstat (limited to 'npc/commands/ucp.txt')
-rw-r--r-- | npc/commands/ucp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index f632d8a1e..31dbafd79 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -22,7 +22,7 @@ function script UserCtrlPanel { case 3: if (!validatepin()) break; - if (!@email$) { + if (!@lgc) { query_sql("SELECT email,logincount,last_ip FROM `login` WHERE account_id="+getcharid(3)+"' LIMIT 2", .@email$, .@lgc, .@ip$); @email$=.@email$; @lgc=.@lgc; |