mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-15 19:21:49 +00:00
fix typo and uncommit unlock func
This commit is contained in:
parent
09186cb647
commit
c154cf3e45
@ -27,9 +27,9 @@ export class MetaSorterBuilding extends MetaBuilding {
|
|||||||
/**
|
/**
|
||||||
* @param {GameRoot} root
|
* @param {GameRoot} root
|
||||||
*/
|
*/
|
||||||
/*getIsUnlocked(root) {
|
getIsUnlocked(root) {
|
||||||
return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_sorter);
|
return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_sorter);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {GameRoot} root
|
* @param {GameRoot} root
|
||||||
|
|||||||
@ -18,7 +18,7 @@ export class SorterComponent extends Component {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
constructor({
|
constructor({
|
||||||
filter = "CuCuCuXu",
|
filter = "CuCuCuCu",
|
||||||
isfil = false,
|
isfil = false,
|
||||||
}) {
|
}) {
|
||||||
super();
|
super();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user