diff options
author | chai <chaifix@163.com> | 2022-04-25 17:12:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-04-25 17:12:37 +0800 |
commit | 78bc7a1db913a038424cb5fac6e75ccccc195cfb (patch) | |
tree | 9b5c3c483985f53736bc2de21bb8fbc3649b161e /SurvivalTest/Assets/Scripts/Test/TestPeaceMaker.cs | |
parent | cce2815f3bcfeec2f4c13386d073d20778724656 (diff) |
*misc
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Test/TestPeaceMaker.cs')
-rw-r--r-- | SurvivalTest/Assets/Scripts/Test/TestPeaceMaker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SurvivalTest/Assets/Scripts/Test/TestPeaceMaker.cs b/SurvivalTest/Assets/Scripts/Test/TestPeaceMaker.cs index b05fdab..c8a1f26 100644 --- a/SurvivalTest/Assets/Scripts/Test/TestPeaceMaker.cs +++ b/SurvivalTest/Assets/Scripts/Test/TestPeaceMaker.cs @@ -86,7 +86,7 @@ public class TestPeaceMaker : CrewScript set { PlayerManager.Instance.lockAim = value; - EventCenter.Instance.Publish(EventMsgType.ToggleLockAim, null); + EventCenter.Instance.Publish(EventMsgType.ToggleLockAim); } } |