mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-13 21:01:08 -04:00
correct this
This commit is contained in:
@@ -296,7 +296,7 @@ void ClientConnection::handleClientIdMessage(const ClientIdMsg &msg) {
|
||||
|
||||
static const std::string sessURL(ConfigConnectionServer::getSessionURL());
|
||||
|
||||
if (result || sessionId) {
|
||||
if (result || sessionId != '\0') {
|
||||
if (ConfigConnectionServer::getValidateStationKey() && !sessURL.empty()) {
|
||||
bool cont = false;
|
||||
StationId apiSuid = 0;
|
||||
|
||||
Reference in New Issue
Block a user