Potentially fixing issue with cache not invalidating on restart. (#548)
This commit is contained in:
parent
291616df3f
commit
ed3ea35ed5
|
@ -184,6 +184,7 @@ init_lua:
|
||||||
lua_pcall(L, 0, 1, 0);
|
lua_pcall(L, 0, 1, 0);
|
||||||
if (lua_toboolean(L, -1)) {
|
if (lua_toboolean(L, -1)) {
|
||||||
lua_close(L);
|
lua_close(L);
|
||||||
|
rencache_invalidate();
|
||||||
goto init_lua;
|
goto init_lua;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue