My array is mounted as follows:
obstacles = [[x, y], [x, y], ...]
I want to remove from the array a position [x, y]
But the obstacles.remove() function is shutting down the server when it is run, if I comment on it, the rest wil...
asked by
17.09.2015 / 00:09