diff options
Diffstat (limited to 'app/systems/start_game.rb')
| -rw-r--r-- | app/systems/start_game.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/systems/start_game.rb b/app/systems/start_game.rb index 678100b..ebb972d 100644 --- a/app/systems/start_game.rb +++ b/app/systems/start_game.rb @@ -44,6 +44,7 @@ FF::Sys.new('StartGame', priority: 50 ) do FF::Cmp::SingletonPlayer[0], FF::Cmp::Team.new(team: 'player'), FF::Cmp::Weapon.new, + FF::Cmp::BoidMinimumSpeed.new, ) |
