Fix 3000 errors
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Content.Server.AI.Utility.Considerations.State
|
||||
return 0;
|
||||
}
|
||||
|
||||
context.GetStoredState(stateData, out StoredStateData<IEntity> state);
|
||||
context.GetStoredState(stateData, out StoredStateData<EntityUid> state);
|
||||
return state.GetValue() == null ? 1.0f : 0.0f;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user