Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 11, 2023
1 parent 78ba95c commit 208d566
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ contract KeysInTableModule is IModule, WorldContextConsumer {
revert KeysInTableModule_EmptyKeySchema();
}

// TODO: should this be `world.hasTable`?
if (ResourceType.get(KeysInTableTableId) == Resource.NONE) {
// Register the tables
KeysInTable.register(world);
Expand Down

0 comments on commit 208d566

Please sign in to comment.