pep.py/events/matchNoBeatmapEvent.py

5 lines
129 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, False)