fix retard (#706)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user