]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix accidental crayon graffiti when writing on paper (#21445)
authorthemias <89101928+themias@users.noreply.github.com>
Sat, 4 Nov 2023 22:44:09 +0000 (18:44 -0400)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 22:44:09 +0000 (18:44 -0400)
Content.Server/Paper/PaperSystem.cs

index 553bcaa0a217541d430f9c93de291c9171697bc8..0b19daa8a135840e2bc2a3358042a1c765261cc3 100644 (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;
             }