Skip to content

Commit a3521c6

Browse files
committed
space
1 parent e4d3ca9 commit a3521c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Client/mods/deathmatch/logic/luadefs/CLuaPedDefs.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,14 +2497,12 @@ bool CLuaPedDefs::SetPedExitVehicle(CClientPed* pPed)
24972497

24982498
bool CLuaPedDefs::killPedTask(CClientPed* ped, std::string taskType, uint8_t taskNumber, bool gracefully)
24992499
{
2500-
25012500
if (taskType == "primary") // PRIMARY
25022501
{
25032502
return ped->KillTask(taskNumber, gracefully);
25042503
}
2505-
else if (taskType == "secondary") // SECONDARY
2504+
else if (taskType == "secondary") // SECONDARY
25062505
{
25072506
return ped->KillTaskSecondary(taskNumber, gracefully);
25082507
}
2509-
25102508
}

0 commit comments

Comments
 (0)