Literally just needed to change the name and it works.
This commit is contained in:
parent
15300caa23
commit
28c8a38a49
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public class MissionTracker : Photon.PunBehaviour
|
||||||
"Could this be a strategy of our enemies?"
|
"Could this be a strategy of our enemies?"
|
||||||
);
|
);
|
||||||
|
|
||||||
mMissionLog["pass_secret"] = new Mission(
|
mMissionLog["TellSecret"] = new Mission(
|
||||||
"pass_secret",
|
"pass_secret",
|
||||||
"Trade intelligence with another spy at the party.",
|
"Trade intelligence with another spy at the party.",
|
||||||
"One of our staff members spotted two individuals exchanging a secret. " +
|
"One of our staff members spotted two individuals exchanging a secret. " +
|
||||||
|
|
Reference in a new issue