From 81aed700a011037ed882b3dc045de75182b0e1e5 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:37:45 -0500 Subject: [PATCH] fix backface vehicle --- data/magic-m15-mainframe-dfc.mse-style/style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/magic-m15-mainframe-dfc.mse-style/style b/data/magic-m15-mainframe-dfc.mse-style/style index 6f62f4d2f..6cfb57f22 100644 --- a/data/magic-m15-mainframe-dfc.mse-style/style +++ b/data/magic-m15-mainframe-dfc.mse-style/style @@ -286,7 +286,7 @@ init script: if back_map() then card_mapbox(card.card_color_2) else if back_vehicle() - then template_prefix["pt2"] + "vpt.png" + then template_prefix["pt"] + "vpt.png" else if back_clear() then template_prefix["pt2"] + "cpt.png" else module_ptbox2(card.card_color_2)