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 GitHub
parent 26519ab916
commit a3859901bd

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;
}