mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-26 06:58:40 +00:00
Remove unused import and replace removed logger
This commit is contained in:
parent
27f0a81dc5
commit
78b0f587ae
2 changed files with 2 additions and 1 deletions
|
@ -143,6 +143,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.";
|
|||
|
||||
string username = await this.database.UsernameFromGameToken(token);
|
||||
|
||||
if (ServerConfiguration.Instance.LogChatMessages) Logger.Info($"{username}: \"{message}\"", LogArea.Filter);
|
||||
|
||||
message = CensorHelper.FilterMessage(message,"in-game message", username);
|
||||
|
||||
return this.Ok(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue