fix another true false bug
This commit is contained in:
parent
1d27f331a0
commit
776b28bd5e
@ -142,6 +142,7 @@ function setFinalMode(status){
|
||||
}
|
||||
|
||||
function setPlayer2(value){
|
||||
value = value == "true" ? true : false;
|
||||
player2 = value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user