mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-24 03:55:27 +00:00
#GROUP - Respawn() to reset controller options table
This commit is contained in:
@@ -2272,6 +2272,10 @@ function GROUP:Respawn( Template, Reset )
|
||||
-- Reset events.
|
||||
self:ResetEvents()
|
||||
|
||||
-- Reset options
|
||||
self.ControllableOptions = nil
|
||||
self.ControllableOptions = {}
|
||||
|
||||
return self
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user