Remove inconsistent '.' in server message

This commit is contained in:
Tim Angus 2025-10-04 21:04:19 +01:00
parent 852adafe57
commit 2bf82f1aba

View File

@ -522,7 +522,7 @@ void SV_DirectConnect( netadr_t from ) {
}
}
else {
NET_OutOfBandPrint( NS_SERVER, from, "print\nServer is full.\n" );
NET_OutOfBandPrint( NS_SERVER, from, "print\nServer is full\n" );
Com_DPrintf ("Rejected a connection.\n");
return;
}