Holiday System (#3122)
This commit is contained in:
committed by
GitHub
parent
857c65d968
commit
9ee0ec4106
@@ -17,6 +17,7 @@ using Robust.Server.Player;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.Localization;
|
||||
using Robust.Shared.Log;
|
||||
using Robust.Shared.Network;
|
||||
using static Content.Server.Interfaces.Chat.IChatManager;
|
||||
|
||||
@@ -67,6 +68,7 @@ namespace Content.Server.Chat
|
||||
msg.Message = message;
|
||||
msg.MessageWrap = "SERVER: {0}";
|
||||
_netManager.ServerSendToAll(msg);
|
||||
Logger.InfoS("SERVER", message);
|
||||
}
|
||||
|
||||
public void DispatchStationAnnouncement(string message, string sender = "CentComm")
|
||||
|
||||
Reference in New Issue
Block a user