Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
2089386f65
commit
dea53c49b1
13 changed files with 65 additions and 61 deletions
|
@ -165,7 +165,7 @@ void CSessionBrowser::run()
|
||||||
}
|
}
|
||||||
|
|
||||||
disconnected:
|
disconnected:
|
||||||
// unconnected, waiting for message to send
|
// disconnected, waiting for message to send
|
||||||
while (adaptor->_SendQueue.empty())
|
while (adaptor->_SendQueue.empty())
|
||||||
{
|
{
|
||||||
nlSleep(100);
|
nlSleep(100);
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
AESAliasName = "bms_master";
|
AESAliasName = "bms_master";
|
||||||
|
|
||||||
Paths = {
|
Paths += {
|
||||||
".",
|
".",
|
||||||
"../common/data_leveldesign",
|
"../common/data_leveldesign",
|
||||||
};
|
};
|
||||||
|
@ -25,7 +25,7 @@ WriteFilesDirectory = "data_shard";
|
||||||
|
|
||||||
WebPort = 49970;
|
WebPort = 49970;
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
||||||
// BS - Root directory where data are backuped to
|
// BS - Root directory where data are backuped to
|
||||||
IncrementalBackupDirectory = "../incremental_backup";
|
IncrementalBackupDirectory = "../incremental_backup";
|
||||||
|
|
|
@ -16,7 +16,8 @@ WebPort = 49898;
|
||||||
|
|
||||||
BSReadState = 1;
|
BSReadState = 1;
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
|
||||||
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
||||||
// Port for the Layer 3 interface of the backup service
|
// Port for the Layer 3 interface of the backup service
|
||||||
L3ListeningPort = 49950;
|
L3ListeningPort = 49950;
|
||||||
|
|
|
@ -96,4 +96,5 @@ WriteFilesDirectory = "data_shard";
|
||||||
|
|
||||||
// ---- service custom variables (used by ConfigFile class)
|
// ---- service custom variables (used by ConfigFile class)
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
|
||||||
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
|
@ -74,7 +74,8 @@ BotNameTranslationFile = "bot_names.txt";
|
||||||
// depending on the shard main language.
|
// depending on the shard main language.
|
||||||
EventFactionTranslationFile = "event_factions.txt";
|
EventFactionTranslationFile = "event_factions.txt";
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
|
||||||
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
||||||
// Activate/deactivate debugging of missing paremeter replacement
|
// Activate/deactivate debugging of missing paremeter replacement
|
||||||
DebugReplacementParameter = 1;
|
DebugReplacementParameter = 1;
|
||||||
|
|
|
@ -8,7 +8,8 @@ DontUseNS = 1;
|
||||||
|
|
||||||
// ---- service custom variables (used by ConfigFile class)
|
// ---- service custom variables (used by ConfigFile class)
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
|
||||||
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
||||||
WebRootDirectory = "save_shard/www";
|
WebRootDirectory = "save_shard/www";
|
||||||
|
|
||||||
|
|
|
@ -46,4 +46,5 @@ HomeMainlandNames =
|
||||||
// The max number of ring points (aka ring access) for each ecosystem
|
// The max number of ring points (aka ring access) for each ecosystem
|
||||||
MaxRingPoints = "A1:D7:F7:J8:L6:R13";
|
MaxRingPoints = "A1:D7:F7:J8:L6:R13";
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
|
||||||
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
|
@ -7501,7 +7501,6 @@ void CCharacter::sendUserChar( uint32 userId, uint8 scenarioSeason, const R2::TU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------
|
//-----------------------------------------------
|
||||||
// Return the home mainland session id for a character
|
// Return the home mainland session id for a character
|
||||||
TSessionId CCharacter::getHomeMainlandSessionId() const
|
TSessionId CCharacter::getHomeMainlandSessionId() const
|
||||||
|
|
Loading…
Reference in a new issue