mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed typo
This commit is contained in:
parent
ee698722a6
commit
ce61e8d859
@ -3197,7 +3197,7 @@ function RAT:_Despawn(group)
|
||||
self.alive=self.alive-1
|
||||
|
||||
-- Remove submenu for this group.
|
||||
if self.f10menu ~= nil and self.SubMenuName =~ nil then
|
||||
if self.f10menu ~= nil and self.SubMenuName ~= nil then
|
||||
self.Menu[self.SubMenuName]["groups"][index]:Remove()
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user