mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-08-25 10:04:14 -05:00
QR2: Remove incorrect check in RESERVATION
This commit is contained in:
@@ -128,12 +128,6 @@ func SendClientMessage(senderIP string, destSearchID uint64, message []byte) {
|
||||
}
|
||||
|
||||
if message[8] == common.MatchReservation {
|
||||
if matchData.Reservation.MatchType == 3 {
|
||||
// TODO: Check that this is correct
|
||||
logging.Error(moduleName, "RESERVATION: Attempt to join a private room over ServerBrowser")
|
||||
return
|
||||
}
|
||||
|
||||
if matchData.Reservation.HasPublicIP {
|
||||
if qr2IP != matchData.Reservation.PublicIP {
|
||||
logging.Error(moduleName, "RESERVATION: Public IP mismatch in header and command")
|
||||
|
||||
Reference in New Issue
Block a user