mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-07 19:24:08 +00:00
Replace all auto with auto*
For components
This commit is contained in:
@@ -7,7 +7,7 @@ void SsModularBuildServer::OnModularBuildExit(Entity* self, Entity* player, bool
|
||||
int missionNum = 1732;
|
||||
|
||||
if (bCompleted) {
|
||||
auto mission = self->GetComponent<MissionComponent>();
|
||||
auto* mission = self->GetComponent<MissionComponent>();
|
||||
Mission* rocketMission = mission->GetMission(missionNum);
|
||||
|
||||
if (rocketMission->GetMissionState() == eMissionState::ACTIVE) {
|
||||
|
Reference in New Issue
Block a user