mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 13:08:31 +00:00
Replace all auto with auto*
For components
This commit is contained in:
@@ -30,7 +30,7 @@ void NtDirtCloudServer::OnSkillEventFired(Entity* self, Entity* caster, const st
|
||||
|
||||
const auto& myMis = m_Missions[mySpawner];
|
||||
|
||||
auto missionComponent = caster->GetComponent<MissionComponent>();
|
||||
auto* missionComponent = caster->GetComponent<MissionComponent>();
|
||||
|
||||
if (missionComponent == nullptr) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user