1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-27 03:27:31 +08:00
Bartłomiej Dach 5b2b701915 Ignore possible null in GetResponseString()
A null there indicates a deserialisation error and therefore due to the
catch block immediately succeeding the changed line everything will
continue to work as intended.
2021-05-15 00:09:34 +02:00
..