Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.uconn.edu/rrk12005/X
  • Loading branch information
Evan Langlais authored and Evan Langlais committed Apr 6, 2017
2 parents 5589bd1 + 438ed09 commit 4afaacc
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 4afaacc

Please sign in to comment.