add missing base calls to several BUIs (#35124)

This commit is contained in:
Milon
2025-02-13 07:41:30 +01:00
committed by GitHub
parent 25de99ec99
commit f6a1fd5de8
8 changed files with 16 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ public sealed class CrewMonitoringBoundUserInterface : BoundUserInterface
protected override void Open()
{
base.Open();
EntityUid? gridUid = null;
var stationName = string.Empty;