mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-17 00:04:25 -05:00
corrected warning message to make sense and spell-checked where SOE failed to do so
This commit is contained in:
@@ -370,7 +370,7 @@ void ConnectionServer::dropClient(ClientConnection *conn, const std::string &des
|
||||
// pendingMap[suid] = conn;
|
||||
// else
|
||||
// {
|
||||
// WARNING_STRICT_FATAL(true, ("Attepting to add duplicate pending chatacter"));
|
||||
// WARNING_STRICT_FATAL(true, ("Attempt made to log in an additional character from the same account"));
|
||||
// pendingMap[suid] = conn;
|
||||
// }
|
||||
// }
|
||||
@@ -1328,7 +1328,7 @@ void ConnectionServer::addToConnectedMap(uint32 suid, ClientConnection *cconn) {
|
||||
if (i == connectedMap.end()) {
|
||||
connectedMap[suid] = cconn;
|
||||
} else {
|
||||
WARNING_STRICT_FATAL(true, ("Attepting to add duplicate connected chatacter"));
|
||||
WARNING_STRICT_FATAL(true, ("Attempt made to log in an additional character from the same account"));
|
||||
connectedMap[suid] = cconn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user