Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
toledoroy committed Jul 11, 2022
1 parent c926d45 commit 507881d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contracts/GameUpgradable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ contract GameUpgradable is
_;
}


//--- Functions


Expand All @@ -106,7 +105,6 @@ contract GameUpgradable is
*/



//Get Rules Repo
function _ruleRepo() internal view returns (IRules) {
address ruleRepoAddr = repo().addressGetOf(address(_HUB), "RULE_REPO");
Expand Down Expand Up @@ -145,8 +143,6 @@ contract GameUpgradable is
//Assign Creator as Admin & Member
_roleAssign(tx.origin, "admin", 1);
_roleAssign(tx.origin, "member", 1);


}

//** Reaction Functions
Expand Down Expand Up @@ -381,6 +377,7 @@ contract GameUpgradable is
}
}


//** Rule Management

//-- Getters
Expand Down

0 comments on commit 507881d

Please sign in to comment.