diff --git a/Enigma/Stations/HostStation.cs b/Enigma/Stations/HostStation.cs index e1d459b..481fe30 100644 --- a/Enigma/Stations/HostStation.cs +++ b/Enigma/Stations/HostStation.cs @@ -12,7 +12,7 @@ class HostStation : Station public List tables = new List
(); - public HostStation(StationTypeDef type, string stationid) : base(type, stationid) + public HostStation(string stationid) : base(StationTypeDef.host, stationid) { Employee activeEmployee = SystemFunctions.showPinScreenUntilAuthenticated(EmployeeRole.host); view = new StationsGUI.HostStationView();