pep.py/events/requestStatusUpdateEvent.py

8 lines
201 B
Python
Raw Permalink Normal View History

from constants import serverPackets
2016-10-02 20:48:14 +00:00
def handle(userToken, packetData):
# Update cache and send new stats
userToken.updateCachedStats()
userToken.enqueue(serverPackets.userStats(userToken.userID))