Update src/server/lua_engine.rs
This commit is contained in:
@@ -36,7 +36,7 @@ use crate::server::database::{Trigger, TriggerEvent, Index, IndexType};
|
||||
/// с интеграцией в систему Futriix
|
||||
#[derive(Clone)]
|
||||
pub struct LuaEngine {
|
||||
lua: Arc<Lua>,
|
||||
lua: Arc<Lua>, // Потокобезопасный Lua контекст
|
||||
}
|
||||
|
||||
impl LuaEngine {
|
||||
|
||||
Reference in New Issue
Block a user