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))
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
type: SpellSelectorBUI
|
||||
enum.CultEmpowerRemoveUiKey.Key:
|
||||
type: SpellRemoverBUI
|
||||
enum.StoreUiKey.Key:
|
||||
type: StoreBoundUserInterface
|
||||
# WD-EDIT END
|
||||
- type: Sprite
|
||||
scale: 0.9, 0.9
|
||||
|
||||
Reference in New Issue
Block a user