Page 1 of 1

[0.12.23] Desync when doing some weird commands

Posted: Tue Feb 23, 2016 10:34 pm
by Klonan
I was playing with commands:

Image

Re: [0.12.23] Desync when doing some weird commands

Posted: Wed Feb 24, 2016 5:55 pm
by Rseding91
You printed the address of a Lua table - something that's random. So, your address of the table will be different than any other player and different every time you re-run the game and the command.

Just don't do that and it won't desync :)