mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-22 23:06:18 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
eb3eccc7b0
commit
3a361f1c9a
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",
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,6 +16,7 @@ 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
|
||||||
|
|
|
@ -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,6 +74,7 @@ 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
|
||||||
|
|
|
@ -8,6 +8,7 @@ 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