diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java b/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java index bf763c390..709aeda0a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java @@ -87,9 +87,6 @@ public class GameLog extends Component implements Signal.Listener { color = CharSprite.NEUTRAL; } - text = Utils.capitalize( text ) + - (PUNCTUATION.matcher( text ).matches() ? "" : "."); - if (lastEntry != null && color == lastColor && lastEntry.nLines < MAX_LINES) { String lastMessage = lastEntry.text();