diff options
Diffstat (limited to 'src/keeper.c')
-rw-r--r-- | src/keeper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.c b/src/keeper.c index 4d2d068..63ae7ff 100644 --- a/src/keeper.c +++ b/src/keeper.c | |||
@@ -681,7 +681,7 @@ void init_keepers( struct s_Universe* U, lua_State* L) | |||
681 | luaL_requiref( K, "package", luaopen_package, 1); // package | 681 | luaL_requiref( K, "package", luaopen_package, 1); // package |
682 | lua_pop( K, 1); // | 682 | lua_pop( K, 1); // |
683 | STACK_MID( K, 0); | 683 | STACK_MID( K, 0); |
684 | serialize_require( K); | 684 | serialize_require( U, K); |
685 | STACK_MID( K, 0); | 685 | STACK_MID( K, 0); |
686 | 686 | ||
687 | // copy package.path and package.cpath from the source state | 687 | // copy package.path and package.cpath from the source state |