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

testing lol

This commit is contained in:
mse 2020-05-27 18:16:35 -04:00
parent 663c7b2a02
commit 1e6fb87b95

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);
}
/**