mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 06:54:51 +01:00
extending command for user and prevent err in build ship menu
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user