Anti-Kick improvement #421
ChunkyMonkey00
started this conversation in
Ideas
Replies: 4 comments 13 replies
-
Cool, nice job for finding this. It must’ve been painful. |
Beta Was this translation helpful? Give feedback.
8 replies
-
hey how do i do this i wanna test it out real quick |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding this after my lunch. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looked promising at first, but after testing with a friend, it seems that the same issues remain. Once a new player joins, you can still be kicked. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heyo! so if you really dont care about the ability to see other player's names
i have found a way to make it so you simply CANNOT kick someone. Your clientID is never sent to the host, so they can never kick you.
How it works:
sets actualClientId to 0 (which is interpreted as the last person in the lobby)
removes all instances of your client ID even in local player.
Code:
(no i wont be catering and doing it for you. But heres the patches)
Beta Was this translation helpful? Give feedback.
All reactions