Update T2Cdebug.java

This commit is contained in:
JaTiTV 2023-04-23 13:15:06 +02:00
parent 3aee76ddb8
commit 8bbdd7a818
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ public class T2Cdebug {
}
public static String debugCode(){
return UUID.randomUUID().toString().substring(0,7);
return UUID.randomUUID().toString().substring(0, 7);
}
}