From fabc152c586e7bd334ae6283bc24e0fe1e8283fc Mon Sep 17 00:00:00 2001 From: EmeraldLockdown <86802223+EmeraldLoc@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:25:35 -0500 Subject: [PATCH] im so tired --- src/pc/network/packets/packet_kick.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pc/network/packets/packet_kick.c b/src/pc/network/packets/packet_kick.c index 5fb933546..53cf12fc2 100644 --- a/src/pc/network/packets/packet_kick.c +++ b/src/pc/network/packets/packet_kick.c @@ -40,10 +40,6 @@ void network_create_kick_popup(enum KickReasonType kickReason, char* reason) { } void network_send_kick(u8 localIndex, enum KickReasonType kickReason, char* reason) { - if (localIndex == 0) { - LOG_ERROR("Trying to send kick to myself?"); - return; - } u8 kickReasonType = kickReason; struct Packet p = { 0 }; packet_init(&p, PACKET_KICK, true, PLMT_NONE);