mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Fix warnings compiling server
This commit is contained in:
@@ -81,7 +81,7 @@ impl rlua::UserData for LuaRbxSnapshot {
|
||||
}
|
||||
});
|
||||
|
||||
methods.add_meta_method(rlua::MetaMethod::ToString, |_context, this, _args: ()| {
|
||||
methods.add_meta_method(rlua::MetaMethod::ToString, |_context, _this, _args: ()| {
|
||||
Ok("RbxSnapshotInstance")
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user