Addresses issues causing build to fail.

This commit is contained in:
Neil Dorin
2020-03-10 15:01:28 -06:00
parent f27b6fadb9
commit b71313248d
6 changed files with 53 additions and 24 deletions

View File

@@ -564,7 +564,7 @@ namespace PepperDash.Essentials
void UiSelectSource(string key)
{
// Run the route and when it calls back, show the source
CurrentRoom.RunRouteAction(key, null);
CurrentRoom.RunRouteAction(key, new Action(() => { }));
}
/// <summary>