pep.py/matchHasBeatmapEvent.py

4 lines
115 B
Python
Raw Normal View History

2016-04-19 17:40:59 +00:00
import matchBeatmapEvent
def handle(userToken, packetData):
matchBeatmapEvent.handle(userToken, packetData, True)