mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-10 10:51:39 +00:00
im so tired
This commit is contained in:
parent
34ab46bdb4
commit
fabc152c58
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue