Merge remote-tracking branch 'upstream/master' into ups

This commit is contained in:
Jabak
2024-09-25 15:30:35 +03:00
58 changed files with 893 additions and 637 deletions

View File

@@ -61,7 +61,7 @@ public sealed class MeatyOreUIController : UIController
var controlledEntity = _playerManager.LocalPlayer!.ControlledEntity;
if (controlledEntity == null)
if (!controlledEntity.HasValue)
return false;
if (!_entityManager.HasComponent<HumanoidAppearanceComponent>(controlledEntity))