Desync when running specific /c command

Things that has been reported already before.
BenSeidel
Filter Inserter
Filter Inserter
Posts: 591
Joined: Tue Jun 28, 2016 1:44 am
Contact:

Desync when running specific /c command

Post by BenSeidel »

HI,
don't know if it's a "bug", but running this command causes everyone to desync (much to my amusement)

/c for c in game.player.surface.get_chunks() do game.player.print(tostring(c)) end
Rseding91
Factorio Staff
Factorio Staff
Posts: 15985
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Desync when running specific /c command

Post by Rseding91 »

Thanks for the report however you're printing the address of tables - which isn't deterministic.

Don't do that if you don't want it to desync :P
If you want to get ahold of me I'm almost always on Discord.
User avatar
impetus maximus
Smart Inserter
Smart Inserter
Posts: 1299
Joined: Sat Aug 20, 2016 10:07 pm
Contact:

Re: Desync when running specific /c command

Post by impetus maximus »

are clients able to do this on a server to grief others? :?
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5411
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Desync when running specific /c command

Post by Klonan »

impetus maximus wrote:are clients able to do this on a server to grief others? :?
Commands are generally not enabled for non-admins in servers

If they are, they are basically welcoming any griefing or cheating
User avatar
impetus maximus
Smart Inserter
Smart Inserter
Posts: 1299
Joined: Sat Aug 20, 2016 10:07 pm
Contact:

Re: Desync when running specific /c command

Post by impetus maximus »

Klonan wrote:
impetus maximus wrote:are clients able to do this on a server to grief others? :?
Commands are generally not enabled for non-admins in servers

If they are, they are basically welcoming any griefing or cheating
cool. thanks :)
Post Reply

Return to “Duplicates”