Delta Force devs say Desktop Linux support is 'not part of our agenda in the future'
Bjornir @ Bjornir @programming.dev Posts 0Comments 67Joined 2 yr. ago
Bjornir @ Bjornir @programming.dev
Posts
0
Comments
67
Joined
2 yr. ago
A very basic rule in developing any app that has a server and a client is that you never trust the client. Never. What do game devs do? They trust the client and try to make it trustable. That will never work. The anti cheat should be on the server : a player flying would be very easy to detect. Don't send the position of every players to every players.