Open Parties and Claims

Open Parties and Claims

25M Downloads

[Suggestion] Create: Check train owners

bangetto opened this issue ยท 4 comments

commented

When I enter into a claim with a train (I specifically used a handcar from C.: Steam 'n' Rails) I get a ton of error of why I'm interacting with this entity, then it gets stuck on the other player's claim. I think it should make an exception if you own the train

commented

the game doesn't seem to properly recognize that the train belongs to the player, leading to the train getting stuck in the claim area.

solution might be to add a check in the code that verifies whether the train belongs to the player before triggering any claim-related logic. This way, the game would recognize the train as the player's property and allow it to pass through without causing errors.

commented

Trains don't have owners. Avoid situations like this.

commented

run the /create trains command, they have owners

commented

Interesting! I just assumed they didn't because that is the case with every other type of contraption. I guess something could be improved here then.