Fix history player mode.
This commit is contained in:
parent
19a1ed36d7
commit
d70eb2e03b
@ -722,6 +722,7 @@ const INTERFACE = {
|
||||
|
||||
case INTERFACE.Mode.Replay: {
|
||||
history = data.history;
|
||||
player = 2;
|
||||
} break;
|
||||
}
|
||||
|
||||
|
@ -278,7 +278,7 @@ const UI = {
|
||||
}
|
||||
|
||||
let tbody = UI.table_content(
|
||||
[ "Dawn", "Dusk", "Turn", "" ],
|
||||
[ "Dawn", "Dusk", "Turns", "" ],
|
||||
rows,
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user