优化notification Gm
This commit is contained in:
parent
7b6ed80126
commit
33cbdb94e0
@ -613,7 +613,6 @@ func ReqGmCommand_(player *Player, Command string) error {
|
||||
info := languageCfg.GetLanguage(msg.LANG_TYPE(PlayerSimpleData.Lang), infokey)
|
||||
BaseMod := player.PlayMod.getBaseMod()
|
||||
GoUtil.NotifyPlayer(GoUtil.Int(PlayerSimpleData.Account), 2, title, fmt.Sprintf(info, BaseMod.NickName))
|
||||
GoUtil.NotifyPlayer(Id, 1, "Test Notification", "This is a test notification from the server.")
|
||||
default:
|
||||
return fmt.Errorf("Player %d ReqGmCommand:%v not found", player.M_DwUin, arg)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user