mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Corrected old port mapping! Thanks for catching that @ericr.
This commit is contained in:
parent
842a8e9778
commit
4523597a04
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ const BoostPortFeedback = {
|
||||||
const BoostPort10000223OrOlder = {
|
const BoostPort10000223OrOlder = {
|
||||||
A: 55,
|
A: 55,
|
||||||
B: 56,
|
B: 56,
|
||||||
C: 0,
|
C: 1,
|
||||||
D: 1
|
D: 2
|
||||||
};
|
};
|
||||||
|
|
||||||
const BoostPort10000224OrNewer = {
|
const BoostPort10000224OrNewer = {
|
||||||
|
|
Loading…
Reference in a new issue