Skip to content

Commit

Permalink
Fixed wrong link in Wrapper/Group/100-IsAlive/GRP-100-IsAlive.miz
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltokri committed Feb 24, 2024
1 parent b299d08 commit 978f496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrapper/Group/100-IsAlive/GRP-100-IsAlive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-- Modified: 23.02.2024
--
-- # Documentation:
-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Core.Zone.html
-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Wrapper.Group.html
--
-- # Description:
--
Expand All @@ -29,5 +29,5 @@ local Schedule, ScheduleID = SCHEDULER:New( nil,
local IsAliveRed = GroupRed:IsAlive()

GroupObserver:MessageToAll( "IsAliveBlue=" .. tostring(IsAliveBlue) .. " ----- IsAliveRed=" .. tostring(IsAliveRed), 1 )
end, { GroupBlue, GroupRed }, 1, 1
end, { GroupBlue, GroupRed }, 1, 1
)
Binary file modified Wrapper/Group/100-IsAlive/GRP-100-IsAlive.miz
Binary file not shown.

0 comments on commit 978f496

Please sign in to comment.