Skip to content

Commit

Permalink
wait shit forgot to remove a line
Browse files Browse the repository at this point in the history
  • Loading branch information
wewlad1 committed Oct 24, 2018
1 parent 4de2e77 commit 32657d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/tsuserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ async def running_check(self):
while self.runner:
await asyncio.sleep(1)
self.runtime += 1
print(self.runtime)
if self.runtime % 300 == 0:
for area in self.area_manager.areas:
area.last_talked = None
Expand Down

0 comments on commit 32657d5

Please sign in to comment.