1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-14 02:31:51 +00:00
This commit is contained in:
mse 2020-05-27 18:21:01 -04:00
parent 1e6fb87b95
commit 9bbf58518b

View File

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