mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-06 09:16:15 -06:00
Fix NPE on Direct Select from GetDirectlyHeldThings
This commit is contained in:
@@ -176,7 +176,8 @@ namespace HydroponicsExpanded {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public ThingOwner GetDirectlyHeldThings() {
|
public ThingOwner GetDirectlyHeldThings() {
|
||||||
return null;
|
// TODO: Why was the original mod returning 'null'? Is this the intended usage? Research.
|
||||||
|
return _innerContainer;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void ExposeData() {
|
public override void ExposeData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user