forked from rojo-rbx/rojo
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