Matthew Herber
Matthew Herber
Pressing the add certificate button still has additional popups showing up for the same Ip
I got a dev environment setup, here is what I'm getting at runtime when the popups trigger ``` [28204:0821/024924.930:ERROR:ssl_client_socket_impl.cc(879)] handshake failed; returned -1, SSL error code 1, net_error -202 debug:...
can confirm, making it deliberately always return false before the fetch line prevents the popup from appearing
Can confirm, seems to be fixed! Thank you so much! > @Happyrobot33 new test build with the changes from #19149 if you don't mind giving it a try 🙏 >...
> Yes, that method is likely part of the problem. However you should note that the usual player size is used in a lot more places so e.g. pathfinding will...
was able to get a really jank build environment going and can confirm that this is the code that needs to be changed. I tried making it dynamic but there's...
well then, ive *half* fixed the problem. by doing this instead, it now correctly figures out what angle to look at when placing blocks its seems. But now I've run...
This is motion scale at 1, meaning at my current single block size, my motion is also slower at half the normal block speed https://github.com/user-attachments/assets/21a9c130-6573-445b-b016-84e872f2ff3d This is motion scale at...
aha! turning off assumeSafeWalk makes it not fall off! So my code modification should be all that's needed to fix this issue I believe
> IPlayerContext does have access to the player entity, so you could just put the pose thing in the old function the problem is its static so I'm not sure...