From 040c2518fa40969c9fd47892fa89e901bed24e7c Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 6 May 2016 02:56:28 +0000 Subject: [PATCH] fix dumb comment i made --- .../application/CentralServer/src/shared/CentralServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/application/CentralServer/src/shared/CentralServer.cpp b/engine/server/application/CentralServer/src/shared/CentralServer.cpp index f7087006..2a884e5e 100755 --- a/engine/server/application/CentralServer/src/shared/CentralServer.cpp +++ b/engine/server/application/CentralServer/src/shared/CentralServer.cpp @@ -2815,7 +2815,7 @@ void CentralServer::update() } // check every 5th frame (one second roughly?) - // mod returns 0 if no remainder - meaning the below would return true without == 0, wtf? + // mod returns 0 if no remainder - meaning the below would return true every frame except every 5th, without == 0, wtf? if( loopCount % 5 == 0 ) { checkShutdownProcess();