Method: FFXI::VanaMoonCountdown#update_vana_time

Defined in:
lib/Vana/moon_countdown.rb

#update_vana_time(vt) ⇒ Object



38
39
40
41
42
43
44
# File 'lib/Vana/moon_countdown.rb', line 38

def update_vana_time(vt)
 if vt.is_a? VanaTime
  update_earth_time(vt.earth_time)
 else
  update_earth_time(FFXI::Common.vana_to_earth(vt))
 end
end