pep.py/events/matchHasBeatmapEvent.py

5 lines
128 B
Python
Raw Normal View History

2016-05-18 17:12:46 +00:00
from events import matchBeatmapEvent
2016-04-19 17:40:59 +00:00
def handle(userToken, packetData):
matchBeatmapEvent.handle(userToken, packetData, True)