nil check during mob detatch in mount.lua

このコミットが含まれているのは:
tenplus1 2020-07-03 15:46:50 +01:00
コミット 804f8b9a0c
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -84,7 +84,7 @@ local function force_detach(player)
local entity = attached_to:get_luaentity()
if entity.driver
if entity and entity.driver
and entity.driver == player then
entity.driver = nil