1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 02:01:51 +00:00

fix typo and uncommit unlock func

This commit is contained in:
mse 2020-05-28 22:02:05 -04:00
parent 09186cb647
commit c154cf3e45
2 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ export class MetaSorterBuilding extends MetaBuilding {
/**
* @param {GameRoot} root
*/
/*getIsUnlocked(root) {
getIsUnlocked(root) {
return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_sorter);
}*/
}
/**
* @param {GameRoot} root

View File

@ -18,7 +18,7 @@ export class SorterComponent extends Component {
};
}
constructor({
filter = "CuCuCuXu",
filter = "CuCuCuCu",
isfil = false,
}) {
super();