summaryrefslogtreecommitdiff
path: root/Tweak.x
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2021-07-30 02:58:42 -0500
committerFivePixels <o5pxels@gmail.com>2021-07-30 02:58:42 -0500
commit02e85616da199b6432590b76db66b2d0ed306ae1 (patch)
tree6236759c5b4b38278732612566e7fc1acc61a929 /Tweak.x
downloadrecte-02e85616da199b6432590b76db66b2d0ed306ae1.tar.xz
recte-02e85616da199b6432590b76db66b2d0ed306ae1.zip
Initial commit
Diffstat (limited to 'Tweak.x')
-rw-r--r--Tweak.x7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tweak.x b/Tweak.x
new file mode 100644
index 0000000..d6b919f
--- /dev/null
+++ b/Tweak.x
@@ -0,0 +1,7 @@
+%hook PMAccessoryManager
+
+- (void)setRoadblockViewController:(id)arg {
+ %orig(nil);
+}
+
+%end