Skip to content

Commit

Permalink
communityslots: less debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lancehilliard committed Sep 2, 2017
1 parent 01411d6 commit 634373f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mods/tgns/output/lua/shine/extensions/communityslots.lua
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ function Plugin:EndGame(gamerules, winningTeam)
TGNS.DoFor(TGNS.GetMatchingClients(TGNS.GetPlayerList(), TGNS.IsClientAdmin), function(c)
PrintBumpCountsReport(c)
end)
-- local bumpCounts = GetBumpCounts()
-- TGNS.DoFor(TGNS.GetMatchingClients(TGNS.GetPlayerList(), TGNS.IsClientAdmin), function(c)
-- PrintBumpCountsReport(c)
-- end)
commandStructureLastOccupancies = {}
end)
end
Expand Down

0 comments on commit 634373f

Please sign in to comment.