This one has a lot of code. (it was too much for discord, find em here https://pastebin.com/uXUCwmVQ)
The issue is in the construction of a request. I have no clue what is going on, but for some reason, I can do this with absolutely no errors:
System.out.println(Request.of(RType.INTEGER, new ArrayList<>(), 3, true));
And, yes, I tried this:
System.out.println(new Request<>(RType.INTEGER, new ID(""), true));
For some reason, I can set an integer to a boolean? I think I am a very advanced programmer, but this has me stumped. Any help appreciated!