mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
fix moderation removal from drive
This commit is contained in:
parent
9b88a7b943
commit
2841cdee5f
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ function airutils.checkattachBug(self)
|
||||||
airutils.attach(self, player, self._instruction_mode)
|
airutils.attach(self, player, self._instruction_mode)
|
||||||
else
|
else
|
||||||
if self.owner and self.driver_name ~= self.owner then
|
if self.owner and self.driver_name ~= self.owner then
|
||||||
self.driver_name = nil
|
--self.driver_name = nil
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue