add nil check for flight
This commit is contained in:
parent
dfb4b1bcf8
commit
54260291cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user