pep.py/events/matchHasBeatmapEvent.py

5 lines
128 B
Python
Raw Normal View History

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