View Single Post
  #2  
Old 01-29-2015, 03:37 AM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Code:
if((Timer::GetTimeSeconds() - account_creation) < aa2->account_time_required)
Assuming GetTimeSeconds finds current epoch time, subtracting the account_creation (account created in epoch time, again assumed) is less than the account_time_required (how old an account must be to use it). Lots of assumptions, but, not looking at the rest of the source, or having never dug into aa.cpp before. <shrug>
Reply With Quote