Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-31 15:40:58 +00:00
parent bd7209040d
commit 29d201992c
29 changed files with 864 additions and 628 deletions

View File

@@ -1754,7 +1754,7 @@ local PilotGroup = GROUP:FindByName( "Engineers" )
local CargoGroup = CARGO_GROUP:New( PilotGroup, "Cargo", "Engineer Team 1", 500 )
</code></pre>
<p>What is also needed, is to have a set of Core.Groups defined that contains the clients of the players.</p>
<p>What is also needed, is to have a set of Wrapper.Groups defined that contains the clients of the players.</p>
<pre><code>-- Allocate the Transport, which are the helicopter to retrieve the pilot, that can be manned by players.
local GroupSet = SET_GROUP:New():FilterPrefixes( "Transport" ):FilterStart()