File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44-- @Date : 2014-05-10 08:40:30
55-- @Email : admin@derzh.com
66-- @Last modified by: tinymins
7- -- @Last modified time: 2016-05-08 16:02:30
7+ -- @Last modified time: 2016-05-13 11:24:54
88---- -------------------------------------------
99local _L = MY .LoadLangPack (MY .GetAddonInfo ().szRoot .. " Toolbox/lang/" )
1010local _C = {}
@@ -119,11 +119,11 @@ MY_ToolBox.ApplyConfig = function()
119119 for _ , p in pairs (MY .Player .GetNearPlayer ()) do
120120 OnPlayerEnter (p .dwID )
121121 end
122- MY .RegisterEvent (" PLAYER_ENTER_SCENE.MY_FRIEND_TIP " , function (event ) OnPlayerEnter (arg0 ) end )
123- MY .RegisterEvent (" PLAYER_LEAVE_SCENE.MY_FRIEND_TIP " , function (event ) OnPlayerLeave (arg0 ) end )
122+ MY .RegisterEvent (" PLAYER_ENTER_SCENE.MY_GUILDMEMBER_TIP " , function (event ) OnPlayerEnter (arg0 ) end )
123+ MY .RegisterEvent (" PLAYER_LEAVE_SCENE.MY_GUILDMEMBER_TIP " , function (event ) OnPlayerLeave (arg0 ) end )
124124 else
125- MY .RegisterEvent (" PLAYER_ENTER_SCENE.MY_FRIEND_TIP " )
126- MY .RegisterEvent (" PLAYER_LEAVE_SCENE.MY_FRIEND_TIP " )
125+ MY .RegisterEvent (" PLAYER_ENTER_SCENE.MY_GUILDMEMBER_TIP " )
126+ MY .RegisterEvent (" PLAYER_LEAVE_SCENE.MY_GUILDMEMBER_TIP " )
127127 XGUI .GetShadowHandle (" MY_TongMemberHeadTip" ):Hide ()
128128 end
129129
You can’t perform that action at this time.
0 commit comments