Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added pin screen code to waiter station
  • Loading branch information
rrk12005 committed Apr 6, 2017
1 parent 1bdb3a8 commit 438ed09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Enigma/Stations/WaiterStation.cs
Expand Up @@ -11,6 +11,7 @@ namespace Enigma.Stations
{
public WaiterStation(string stationid) : base(StationTypeDef.host, stationid)
{
Employee activeEmployee = SystemFunctions.showPinScreenUntilAuthenticated(EmployeeRole.host);
view = new StationsGUI.WaiterStationView();

}
Expand Down

0 comments on commit 438ed09

Please sign in to comment.