Fix accidental crayon graffiti when writing on paper (#21445)

This commit is contained in:
themias 2023-11-04 18:44:09 -04:00 committed by Debug
parent 4b431fb951
commit 775e608566
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ namespace Content.Server.Paper
paperComp.Mode = PaperAction.Write;
_uiSystem.TryOpen(uid, PaperUiKey.Key, actor.PlayerSession);
UpdateUserInterface(uid, paperComp, actor.PlayerSession);
args.Handled = true;
return;
}