Skip to content

Commit

Permalink
Remove [PAUSED] output line
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed May 7, 2018
1 parent 0f963fa commit 5704abf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions d2info/output.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ function Output:toScreen(state)
self:buffer("%s (level %d & %.2f%%)", state.player, state.level, expToPercentLeveled(state.exp, state.level)*100)
self:buffer("/players %d", state.playersX)

if state:isPaused() then
print("\n[PAUSED]")
end

if current then
self:buffer("\nRun #%d:", total.runs+1)
self:buffer(" %s xp/min (%s xp in %s)", friendlyNumber(current:durationExpPerMin()), friendlyNumber(current:expGained()), friendlyTime(current:getAdjustedGameTime()))
Expand Down

0 comments on commit 5704abf

Please sign in to comment.