mirror of
https://github.com/solero/houdini.git
synced 2024-11-22 05:27:23 +00:00
Ignore epfgf
packet when sent pre-login
This commit is contained in:
parent
00ed49bc9e
commit
4794358b5b
@ -74,7 +74,8 @@ async def handle_set_agent_status(p):
|
|||||||
await p.send_xt('epfsa', int(p.agent_status))
|
await p.send_xt('epfsa', int(p.agent_status))
|
||||||
|
|
||||||
|
|
||||||
@handlers.handler(XTPacket('f', 'epfgf'))
|
@handlers.handler(XTPacket('f', 'epfgf'), pre_login=True)
|
||||||
|
@handlers.player_attribute(joined_world=True)
|
||||||
async def handle_get_field_op_status(p):
|
async def handle_get_field_op_status(p):
|
||||||
today = datetime.date.today()
|
today = datetime.date.today()
|
||||||
monday = today - datetime.timedelta(days=today.weekday())
|
monday = today - datetime.timedelta(days=today.weekday())
|
||||||
|
Loading…
Reference in New Issue
Block a user