-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Create: Check train owners #542
Comments
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. |
Trains don't have owners. Avoid situations like this. |
run the |
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. |
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
The text was updated successfully, but these errors were encountered: