Skip to content

Commit 883839d

Browse files
committed
Missing new lines!
1 parent 7aba4f1 commit 883839d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

detours/Hook_OnRoundEnd.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public MRESReturn Hook_OnRoundEnd(DHookParam hParam)
1313
}
1414

1515
return MRES_Ignored;
16-
}
16+
}

functions/SetupEntityOutputs.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ void SetupEntityOutputs()
44
HookEntityOutput("trigger_capturepoint_zp", "m_OnHumanCaptureStart", OnCaptureStart);
55
HookEntityOutput("trigger_capturepoint_zp", "m_OnZombieCaptureCompleted", OnCaptureEnd);
66
HookEntityOutput("trigger_capturepoint_zp", "m_OnHumanCaptureCompleted", OnCaptureEnd);
7-
}
7+
}

0 commit comments

Comments
 (0)