Bug: When leaving a game, error on score checker
if (prev.get("map", {}).get("round", -1) != -1): AttributeError: 'bool' object has no attribute 'get'
Prev is supposed to default to a dictionary, this shouldn't happen.
Edited by Robin Montérémal
if (prev.get("map", {}).get("round", -1) != -1): AttributeError: 'bool' object has no attribute 'get'
Prev is supposed to default to a dictionary, this shouldn't happen.