pep.py/matchNoBeatmapEvent.py

4 lines
116 B
Python
Raw Normal View History

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