|
@@ -197,7 +197,7 @@ class ChessManager:
|
|
self.sessions[id].from_moves(moves, strict=strict)
|
|
self.sessions[id].from_moves(moves, strict=strict)
|
|
|
|
|
|
if right:
|
|
if right:
|
|
- session.from_moves(moves, strict=strict, reset=False)
|
|
|
|
|
|
+ self.sessions[id].from_moves(right, strict=strict, reset=False)
|
|
|
|
|
|
def end(self, id):
|
|
def end(self, id):
|
|
session = self.sessions.get(id)
|
|
session = self.sessions.get(id)
|