mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
命令管理器优化、传送命令改善
换上装备或脱下装备的时候加了个更新面板
This commit is contained in:
@@ -189,7 +189,7 @@ func (g *GameManager) PrivateChatReq(player *model.Player, payloadMsg pb.Message
|
||||
// 发送私聊文本消息
|
||||
g.SendPrivateChat(player, targetUid, text)
|
||||
// 输入命令 会检测是否为命令的
|
||||
COMMAND_MANAGER.InputCommand(player, text)
|
||||
COMMAND_MANAGER.PlayerInputCommand(player, targetUid, text)
|
||||
case *proto.PrivateChatReq_Icon:
|
||||
icon := content.(*proto.PrivateChatReq_Icon).Icon
|
||||
// 发送私聊图标消息
|
||||
|
||||
Reference in New Issue
Block a user