Skip to content

Commit

Permalink
assign static train media
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jan 21, 2025
1 parent 7aa4267 commit b847769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public TrainMedia(String source) {
this.source = source;
this.media = new Media(this.source);
this.media.setDoPickup(true);
this.media.setMediaId(this.mediaId.toString());
this.media.setMediaId("train_audio");
this.media.setLoop(false);
}

Expand Down

0 comments on commit b847769

Please sign in to comment.