mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
152df7402b
commit
3d50e0160d
13 changed files with 65 additions and 61 deletions
|
@ -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)
|
||||
|
||||
|
||||
// ---- service custom variables (used by CVariable class)
|
||||
|
|
|
@ -74,6 +74,7 @@ BotNameTranslationFile = "bot_names.txt";
|
|||
// depending on the shard main language.
|
||||
EventFactionTranslationFile = "event_factions.txt";
|
||||
|
||||
|
||||
// ---- service custom variables (used by CVariable class)
|
||||
|
||||
// Activate/deactivate debugging of missing paremeter replacement
|
||||
|
|
|
@ -8,6 +8,7 @@ DontUseNS = 1;
|
|||
|
||||
// ---- service custom variables (used by ConfigFile class)
|
||||
|
||||
|
||||
// ---- service custom variables (used by CVariable class)
|
||||
|
||||
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";
|
||||
|
||||
|
||||
// ---- 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
|
||||
TSessionId CCharacter::getHomeMainlandSessionId() const
|
||||
|
|
Loading…
Reference in a new issue