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:
parent
09186cb647
commit
c154cf3e45
@ -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
|
||||
|
||||
@ -18,7 +18,7 @@ export class SorterComponent extends Component {
|
||||
};
|
||||
}
|
||||
constructor({
|
||||
filter = "CuCuCuXu",
|
||||
filter = "CuCuCuCu",
|
||||
isfil = false,
|
||||
}) {
|
||||
super();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user