summaryrefslogtreecommitdiff
path: root/Tweak.x
diff options
context:
space:
mode:
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