]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix entity logs verb (#22231)
authorVigers Ray <60344369+VigersRay@users.noreply.github.com>
Sat, 9 Dec 2023 04:39:00 +0000 (07:39 +0300)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2023 04:39:00 +0000 (22:39 -0600)
Content.Server/Administration/Systems/AdminVerbSystem.cs

index 2664913c9a75c01833161e2e08f7b0129440247e..26370045652f1f959b52205c020259cde0ad2867 100644 (file)
@@ -238,7 +238,7 @@ namespace Content.Server.Administration.Systems
                         {
                             var ui = new AdminLogsEui();
                             _eui.OpenEui(ui, player);
-                            ui.SetLogFilter(search:args.Target.GetHashCode().ToString());
+                            ui.SetLogFilter(search:args.Target.Id.ToString());
                         },
                         Impact = LogImpact.Low
                     };