Removed a comment originating from HUDDesynch branch

This commit is contained in:
verysecrethero
2016-02-24 14:06:41 +01:00
parent af68236e71
commit 5af4f9d8e7
-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;
}