mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Double crashes
- Fix train crashes leading to the owner getting kicked
This commit is contained in:
parent
8151708ab2
commit
59742c7515
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class TrainStatus {
|
|||
.append(
|
||||
CreateLang.translateDirect(
|
||||
"train.status.collision.where",
|
||||
key.location(),
|
||||
key.location().toString(),
|
||||
train.getPositionInDimension(key).get().toShortString()
|
||||
).withStyle(style -> style.withColor(0xFFD3B4))
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue