From a3b012732897c5332b20d24a1501e1c79d2c02c1 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 19 Jul 2019 01:20:43 +0200 Subject: [PATCH] Add placeholder for game chat. --- Content.Client/GameTicking/ClientGameTicker.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/GameTicking/ClientGameTicker.cs b/Content.Client/GameTicking/ClientGameTicker.cs index 2ae446cc55..2092c78424 100644 --- a/Content.Client/GameTicking/ClientGameTicker.cs +++ b/Content.Client/GameTicking/ClientGameTicker.cs @@ -247,6 +247,7 @@ namespace Content.Client.GameTicking _userInterfaceManager.StateRoot.AddChild(_gameHud.RootControl); _chatManager.SetChatBox(_gameChat); _gameChat.DefaultChatFormat = "say \"{0}\""; + _gameChat.Input.PlaceHolder = _localization.GetString("Say something! [ for OOC"); } private enum TickerState