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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user