aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/keeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.c b/src/keeper.c
index ba4b8ed..b330d67 100644
--- a/src/keeper.c
+++ b/src/keeper.c
@@ -533,7 +533,7 @@ char const* init_keepers( int const _nbKeepers, lua_CFunction _on_state_create)
533 for( i = 0; i < _nbKeepers; ++ i) 533 for( i = 0; i < _nbKeepers; ++ i)
534 { 534 {
535 535
536 // Initialize Keeper states with bare minimum of libs (those required by 'keeper.lua') 536 // We need to load all base libraries in the keeper states so that the transfer databases are populated properly
537 // 537 //
538 // 'io' for debugging messages, 'package' because we need to require modules exporting idfuncs 538 // 'io' for debugging messages, 'package' because we need to require modules exporting idfuncs
539 // the others because they export functions that we may store in a keeper for transfer between lanes 539 // the others because they export functions that we may store in a keeper for transfer between lanes