Dylan T.
Dylan T.
> stumbled over the same problem today in a different context: > > signature enforced by interface vs. more precise type on the implementation end. the `MinPhpVersionInterface` interface resides in...
I also found various issues around needing to use Facing as array keys, which pretty much just forced the use of `Facing->name` as the key. I forget the other issues...
FWIW, the vanilla RakNet client decodes OpenConnectionReply1 differently depending on whether it was compiled with security support or not. If the server enables security but the client doesn't support it,...
You could also introduce a special flush packet into the stream at batch boundaries. Though you'd have to define it in such a way that the flush packet couldn't be...
I'm saying gophertunnel itself could do that.
The property isn't nullable at that point, that's the problem.
The if(...) assigns a new Threaded if it's null, and the else just unsets objects from offsets of the existing one. Therefore it can't possibly be null by the time...
Blocking items: - New permissions need descriptions localizing - Behavioural BC break of `setAllowFlight()` - this can be addressed by removing the base permission during gamemode change - since we'll...
Sticking points I have with this: - "entity interact" feels non-descriptive and could mean a whole bunch of different things - Not sure "block delete" is obvious enough (it's for...
There's already an open issue for that. It's not super clear how that would be implemented at the moment.