Submitted by cccz
RuniverseLand allows primaryMinter and secondaryMinter to mint NFT.
RuniverseLandMinter, as one of them, will have a limit on the number of NFTs with different PlotSize
This will be checked in _mintTokens
But the other minter is not limited and can mint RuniverseLand with any tokenID, thus breaking the plotsAvailablePerSize limit.
contracts/RuniverseLand.sol#L88-L102
contracts/RuniverseLandMinter.sol#L323-L341
Consider making RuniverseLandMinter the only minter for RuniverseLand.
Alex the Entreprenerd (judge) commented:
msclecram (Forgotten Runiverse) acknowledged
Alex the Entreprenerd (judge) commented:
