Removed unnecessary comment.

This commit is contained in:
stiffly
2016-02-24 14:23:54 +01:00
parent d77119bb2d
commit 7394436e7a
-3
View File
@@ -16,9 +16,6 @@ CapturePointSystem::CapturePointSystem(SystemParams params)
//NOTE: needs to run each frame, since we're possibly modifying the captureTimer for the capturePoints by dt
void CapturePointSystem::UpdateComponent(EntityWrapper& capturePointEntity, ComponentWrapper& cCapturePoint, double dt)
{
//if (!IsClient) {
// return;
//}
if (m_WinnerWasFound) {
return;
}