Hi guys!
Any idea how to clean the server logs without shutting down the game server?
![]()
Any idea how to clean the server logs without shutting down the game server?

if(damageSource != storecat_GRENADE && bodyPart != 1)
if(damageSource != storecat_GRENADE && bodyPart != 1)
{
if( g_enable_zombie_sprint->GetBool() &&
( EZombieStates::ZState_PursueSprint == ZombieState && 0.0f < SprintTimer ) )
damage = 1.0f + _zstat_MaxHealth * 0.1f;
else
damage = 0;
}
if(damageSource != storecat_MELEE && bodyPart == 1)
{
damage = 1000;
}
if(damageSource != storecat_MELEE)
{
damage = 1000;
}