upstream keyboard bankpin, enforce dev mode

This commit is contained in:
therealunull
2020-12-16 14:12:20 -05:00
parent 39d0c2e15a
commit 665259b5e5
3 changed files with 16 additions and 8 deletions

View File

@@ -1023,6 +1023,7 @@ public interface Widget
static boolean getDragParent(Widget widget)
{
throw new UnsupportedOperationException("Implement");
System.out.println("ERROR: IMPLEMENT"); //Would throw but that breaks widget inspector
return false;
}
}