@ -165,7 +165,7 @@ void CSessionBrowser::run()
}
disconnected:
// unconnected, waiting for message to send
// disconnected, waiting for message to send
while (adaptor->_SendQueue.empty())
{
nlSleep(100);
@ -8,7 +8,7 @@
AESAliasName = "bms_master";
Paths = {
Paths += {
".",
"../common/data_leveldesign",
};
@ -16,6 +16,7 @@ WebPort = 49898;
BSReadState = 1;
// ---- service custom variables (used by CVariable class)
// Port for the Layer 3 interface of the backup service
@ -96,4 +96,5 @@ WriteFilesDirectory = "data_shard";
// ---- service custom variables (used by ConfigFile class)
@ -74,6 +74,7 @@ BotNameTranslationFile = "bot_names.txt";
// depending on the shard main language.
EventFactionTranslationFile = "event_factions.txt";
// Activate/deactivate debugging of missing paremeter replacement
@ -8,6 +8,7 @@ DontUseNS = 1;
WebRootDirectory = "save_shard/www";
@ -46,4 +46,5 @@ HomeMainlandNames =
// The max number of ring points (aka ring access) for each ecosystem
MaxRingPoints = "A1:D7:F7:J8:L6:R13";
@ -7501,7 +7501,6 @@ void CCharacter::sendUserChar( uint32 userId, uint8 scenarioSeason, const R2::TU
//-----------------------------------------------
// Return the home mainland session id for a character
TSessionId CCharacter::getHomeMainlandSessionId() const