extending command for user and prevent err in build ship menu

This commit is contained in:
rfi
2024-02-22 21:22:48 +07:00
parent db93c8f49d
commit bdc8785fe1
8 changed files with 133 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ namespace BLHX.Server.Game.Managers
{
List<MsgInfo> messages = [];
public void SendChat(MsgInfo msgInfo)
public void SendChat(MsgInfo msgInfo, bool broadcast = true)
{
msgInfo.Timestamp = (uint)DateTimeOffset.Now.ToUnixTimeSeconds();