Fixed wrong link in Wrapper/Group/100-IsAlive/GRP-100-IsAlive.miz

This commit is contained in:
kaltokri 2024-02-24 15:12:12 +01:00
parent b299d084f2
commit 978f496aec
2 changed files with 2 additions and 2 deletions

View File

@ -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:
--
@ -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
)