mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-27 17:57:30 -04:00
sync base with whitengold team repo
This commit is contained in:
@@ -102,7 +102,7 @@ void CharacterCreationTracker::handleCreateNewCharacter(const ConnectionCreateCh
|
||||
}
|
||||
|
||||
if (creationRecord == m_creations.end())
|
||||
creationRecord = m_creations.insert(std::make_pair<StationId,CreationRecord*>(msg.getStationId(),new CreationRecord)).first;
|
||||
creationRecord = m_creations.insert(std::pair<StationId,CreationRecord*>(msg.getStationId(),new CreationRecord)).first;
|
||||
|
||||
// - determine starting location
|
||||
static std::string tutorialPlanetName("tutorial");
|
||||
|
||||
Reference in New Issue
Block a user