mirror of
https://github.com/solero/houdini.git
synced 2024-11-22 05:27:23 +00:00
Remove active check on world auth
Causes bug where players on 7 day grace period cannot login. Also not needed since check is performed on login auth.
This commit is contained in:
parent
6202fdf875
commit
edafefd8e7
@ -22,9 +22,6 @@ async def world_login(p, data):
|
|||||||
if data is None:
|
if data is None:
|
||||||
return await p.send_error_and_disconnect(100)
|
return await p.send_error_and_disconnect(100)
|
||||||
|
|
||||||
if not data.active:
|
|
||||||
return await p.close()
|
|
||||||
|
|
||||||
if data.permaban:
|
if data.permaban:
|
||||||
return await p.close()
|
return await p.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user