Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | |
|
| | | public void ObjDelBuff(int playerId, int _BuffID)//buff减少
|
| | | {
|
| | | if (playerId != PlayerDatas.Instance.baseData.PlayerID)
|
| | | {
|
| | | return;
|
| | | }
|
| | | if (BuffUpdateEvent != null)
|
| | | {
|
| | | BuffUpdateEvent(playerId);
|
| | | }
|
| | | if (playerId != PlayerDatas.Instance.baseData.PlayerID)
|
| | | {
|
| | | return;
|
| | | } |
| | | if (_BuffDic.ContainsKey(_BuffID))
|
| | | {
|
| | | _BuffDic.Remove(_BuffID);
|
| | |
| | | { |
| | | try |
| | | { |
| | | var title = StringUtility.Contact("地图加载记录-->玩家名称:", PlayerDatas.Instance.baseData.PlayerName); |
| | | var description = StringUtility.Contact("服务器:", socketType, ";", "协议编号:", protocol, ";", "时间:", time.ToString("HH:mm:ss")); |
| | | var title = StringUtility.Contact("地图加载记录-->协议编号:", protocol); |
| | | var description = StringUtility.Contact("服务器:", socketType, ";", |
| | | "协议编号:", protocol, ";", "时间:", time.ToString("HH:mm:ss"), "玩家:", PlayerDatas.Instance.baseData.PlayerName); |
| | | |
| | | ExceptionCatcher.ReportException(title, description); |
| | | } |