This commit is contained in:
cheatfate
2017-12-21 16:45:42 +02:00
parent 8c0e73479e
commit b22d9e4339

View File

@@ -1234,7 +1234,7 @@ else:
processBasicCallbacks(fd, writeList)
result = true
if Event.User in events or events == {Event.Error}:
if Event.User in events:
processBasicCallbacks(fd, readList)
custom = true
if rLength == 0: