intrepidcoder / monopoly

A fully functional Monopoly game in JavaScript and HTML/CSS. Play online: https://www.intrepidcoder.com/projects/monopoly/
MIT License
353 stars 214 forks source link

Humans now sent to jail (Issue #21) #23

Closed eight-molecules closed 5 years ago

eight-molecules commented 5 years ago

Resolves issue #21 where human players aren't sent to jail when they land on the Go To Jail board location.

The issue was a case mismatch resulting in an undefined function being called.

intrepidcoder commented 5 years ago

Thanks for the PR, I merged it manually here since there was another place the bug occurred.