diff --git a/flight.lua b/flight.lua index 3ee4374..23f979f 100644 --- a/flight.lua +++ b/flight.lua @@ -30,7 +30,7 @@ local function set_timer(user, timer) if is_50 then - local meta = user:get_meta() + local meta = user:get_meta() ; if not meta then return end meta:set_string("ethereal:fly_timer", timer) else