fix: packet log filename on windows
This commit is contained in:
parent
ed0d7d9621
commit
5a86e4e2be
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import net.minecraftforge.eventbus.api.SubscribeEvent;
|
|||
@AutoService(ILoadable.class)
|
||||
public class PacketLogger extends QuickModule {
|
||||
|
||||
public static final SimpleDateFormat CAPTURE_DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd_HH:mm:ss");
|
||||
public static final SimpleDateFormat CAPTURE_DATE_FORMAT = new SimpleDateFormat("yyyy_MM_dd@HH-mm-ss");
|
||||
|
||||
@Override
|
||||
public void enable() {
|
||||
|
|
Loading…
Reference in a new issue