Update StarPlayerStorage.cpp
This commit is contained in:
parent
6abad768a6
commit
37d4abd60f
@ -43,7 +43,7 @@ PlayerStorage::PlayerStorage(String const& storageDir) {
|
|||||||
Uuid uuid(json.content.getString("uuid"));
|
Uuid uuid(json.content.getString("uuid"));
|
||||||
auto& playerCacheData = m_savedPlayersCache[uuid];
|
auto& playerCacheData = m_savedPlayersCache[uuid];
|
||||||
playerCacheData = entityFactory->loadVersionedJson(json, EntityType::Player);
|
playerCacheData = entityFactory->loadVersionedJson(json, EntityType::Player);
|
||||||
m_playerFileNames.insert(uuid, file.first.rsplit('.').at(0));
|
m_playerFileNames.insert(uuid, file.first.rsplit('.', 1).at(0));
|
||||||
} catch (std::exception const& e) {
|
} catch (std::exception const& e) {
|
||||||
Logger::error("Error loading player file, ignoring! {} : {}", filename, outputException(e, false));
|
Logger::error("Error loading player file, ignoring! {} : {}", filename, outputException(e, false));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user