mirror of
https://github.com/webxoss/webxoss-client.git
synced 2024-11-20 05:49:55 +01:00
fix #25
This commit is contained in:
parent
c3abe25a28
commit
5e3e853583
1 changed files with 1 additions and 0 deletions
|
@ -979,6 +979,7 @@ function playReplayContent (content) {
|
||||||
}
|
}
|
||||||
playingReplay = true;
|
playingReplay = true;
|
||||||
gameStart('replay');
|
gameStart('replay');
|
||||||
|
game.io.datas = content.messagePacks;
|
||||||
var i = 0;
|
var i = 0;
|
||||||
var idle = true;
|
var idle = true;
|
||||||
var auto = false;
|
var auto = false;
|
||||||
|
|
Loading…
Reference in a new issue