Fix accidental crayon graffiti when writing on paper (#21445)
This commit is contained in:
parent
4b431fb951
commit
775e608566
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue