Remove paper description (#2061)

This commit is contained in:
derek
2020-09-16 14:53:32 -07:00
committed by GitHub
parent 70f4709c57
commit 6b4fbc211f

View File

@@ -70,6 +70,7 @@ namespace Content.Server.GameObjects.Components.Paper
sprite.LayerSetState(1, "paper_words"); sprite.LayerSetState(1, "paper_words");
} }
Owner.Description = "";
UpdateUserInterface(); UpdateUserInterface();
} }