Skip to content

Commit 32d529c

Browse files
committed
Clean debug string.
1 parent ff88959 commit 32d529c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BasicAdmin/BasicAdmin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public void OnGodmodeCommand(CCSPlayerController? caller, CommandInfo info)
559559
}
560560

561561
if (!Config.HideActivity)
562-
Server.PrintToChatAll(FormatAdminMessage($"{caller!.PlayerName} toggled godmode on {player.PlayerName} (h: {player.Entity!.EntityInstance.Handle:X}."));
562+
Server.PrintToChatAll(FormatAdminMessage($"{caller!.PlayerName} toggled godmode on {player.PlayerName}."));
563563
}
564564

565565
[ConsoleCommand("css_rcon", "Run a server console command.")]

0 commit comments

Comments
 (0)