From 28c8a38a499e49b26bcd3f79a549b5b149725e46 Mon Sep 17 00:00:00 2001 From: Randall Dolifka Date: Wed, 29 Nov 2017 23:01:58 -0600 Subject: [PATCH] Literally just needed to change the name and it works. --- Project Undercover/Assets/Scripts/MissionTracker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project Undercover/Assets/Scripts/MissionTracker.cs b/Project Undercover/Assets/Scripts/MissionTracker.cs index c1a3b6c..21137ed 100755 --- a/Project Undercover/Assets/Scripts/MissionTracker.cs +++ b/Project Undercover/Assets/Scripts/MissionTracker.cs @@ -139,7 +139,7 @@ public class MissionTracker : Photon.PunBehaviour "Could this be a strategy of our enemies?" ); - mMissionLog["pass_secret"] = new Mission( + mMissionLog["TellSecret"] = new Mission( "pass_secret", "Trade intelligence with another spy at the party.", "One of our staff members spotted two individuals exchanging a secret. " +