Fix retire message on history load.

This commit is contained in:
yukirij 2024-08-25 12:46:15 -07:00
parent 939d9e5488
commit 5282b96327

View File

@ -825,7 +825,6 @@ const INTERFACE = {
if(INTERFACE_DATA.history.length > 0) { if(INTERFACE_DATA.history.length > 0) {
if(INTERFACE_DATA.history[INTERFACE_DATA.history.length-1].source == 2) { if(INTERFACE_DATA.history[INTERFACE_DATA.history.length-1].source == 2) {
GAME_DATA.state.code = 2;
turn = 0; turn = 0;
} }
} }