Skip to content

Commit

Permalink
cleaned up DevLog in CTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxxi committed Mar 23, 2016
1 parent bd2b23b commit 7e5262f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mp/src/game/server/momentum/Timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ void CTimer::SetGameModeConVars()
DevWarning("[%i] GameMode not defined.\n", gm.GetInt());
break;
}
DevMsg("CTimer set ::\nsv_maxvelocity: %i\nsv_airaccelerate: %i \nsv_maxspeed: %i", sv_maxvelocity.GetInt(), sv_airaccelerate.GetInt(), sv_maxspeed.GetInt());
DevMsg("CTimer set values:\nsv_maxvelocity: %i\nsv_airaccelerate: %i \nsv_maxspeed: %i\n",
sv_maxvelocity.GetInt(), sv_airaccelerate.GetInt(), sv_maxspeed.GetInt());
}
//Practice mode that stops the timer and allows the player to noclip.
void CTimer::EnablePractice(CBasePlayer *pPlayer)
Expand Down

0 comments on commit 7e5262f

Please sign in to comment.