Update T2Ctemplate.java

This commit is contained in:
JaTiTV 2024-07-04 07:19:13 +02:00
parent a533d2211b
commit d0c683b73c
1 changed files with 1 additions and 2 deletions

View File

@ -282,7 +282,6 @@ public class T2Ctemplate {
String bottomBorder = COLOR_CODE + BOTTOM_LEFT + BORDER_CHAR.repeat(frameWidth) + COLOR_CODE + BOTTOM_RIGHT; String bottomBorder = COLOR_CODE + BOTTOM_LEFT + BORDER_CHAR.repeat(frameWidth) + COLOR_CODE + BOTTOM_RIGHT;
T2Cdebug.debugmsg(T2CodeLibMain.getPlugin(), "frameWidth "+frameWidth);
// Gehe durch jede Zeile und formatiere sie // Gehe durch jede Zeile und formatiere sie
StringBuilder builder = new StringBuilder(); StringBuilder builder = new StringBuilder();