Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Nov 20, 2023
1 parent fc7cf63 commit 0b064d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facets/GameOwnersFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ contract GameOwnersFacet {
tbg.settings.minPlayersSize = newMinPlayersSize;
}

function setBlocksToJoin(uint256 newTimeToJoin) external {
function setTimeToJoin(uint256 newTimeToJoin) external {
LibDiamond.enforceIsContractOwner();
if (newTimeToJoin == 0) {
require(false, 'ZeroValue'); //revert ZeroValue();
Expand Down

0 comments on commit 0b064d3

Please sign in to comment.