Skip to content

Check if client is not null before sending forces on FixedUpdate

Paul Sassaman requested to merge feature/checkForNullClient into devel

Description

  • During Fixed Update, make sure the Client is not null before sending it a message.

What to focus on

  • One copy-pasted if statement and a bracket

Reviewers

Merge request reports