aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.c')
-rw-r--r--src/keeper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keeper.c b/src/keeper.c
index 8d9f7ec..bd232cd 100644
--- a/src/keeper.c
+++ b/src/keeper.c
@@ -572,8 +572,6 @@ char const* init_keepers( lua_State* L, int _on_state_create, int const _nbKeepe
572 lua_State* K; 572 lua_State* K;
573 DEBUGSPEW_CODE( fprintf( stderr, INDENT_BEGIN "### init_keepers %d BEGIN\n" INDENT_END, i)); 573 DEBUGSPEW_CODE( fprintf( stderr, INDENT_BEGIN "### init_keepers %d BEGIN\n" INDENT_END, i));
574 DEBUGSPEW_CODE( ++ debugspew_indent_depth); 574 DEBUGSPEW_CODE( ++ debugspew_indent_depth);
575 // We need to load all base libraries in the keeper states so that the transfer databases are populated properly
576 //
577 // we don't need any libs in the keeper states 575 // we don't need any libs in the keeper states
578 K = luaG_newstate( L, _on_state_create, NULL); 576 K = luaG_newstate( L, _on_state_create, NULL);
579 577