Really fix pre_restart_state for real for real (once more, with feeling)
This commit is contained in:
parent
3fcfa83c43
commit
e95fb49a70
@ -703,7 +703,9 @@ def get_pre_restart_state():
|
|||||||
players = []
|
players = []
|
||||||
else:
|
else:
|
||||||
c.execute("UPDATE pre_restart_state SET players=NULL")
|
c.execute("UPDATE pre_restart_state SET players=NULL")
|
||||||
players = players[0].split()
|
players = players[0]
|
||||||
|
if players is not None:
|
||||||
|
players = players.split()
|
||||||
return players
|
return players
|
||||||
|
|
||||||
def set_pre_restart_state(players):
|
def set_pre_restart_state(players):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user