mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-06 08:50:14 -06:00
Replace all auto with auto*
For components
This commit is contained in:
@@ -214,7 +214,7 @@ void UserManager::RequestCharacterList(const SystemAddress& sysAddr) {
|
||||
continue;
|
||||
}
|
||||
|
||||
auto skillComponent = chars[i]->GetEntity()->GetComponent<SkillComponent>();
|
||||
auto* skillComponent = chars[i]->GetEntity()->GetComponent<SkillComponent>();
|
||||
|
||||
if (skillComponent != nullptr) {
|
||||
skillComponent->Reset();
|
||||
|
||||
Reference in New Issue
Block a user