mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
fix downloading and displaying patches for seeds/rooms with teams
This commit is contained in:
@@ -12,6 +12,7 @@ STATE_ERROR = -1
|
||||
class Patch(db.Entity):
|
||||
id = PrimaryKey(int, auto=True)
|
||||
player = Required(int)
|
||||
team = Required(int, default=0)
|
||||
data = Required(buffer, lazy=True)
|
||||
seed = Optional('Seed')
|
||||
|
||||
|
Reference in New Issue
Block a user