Fix logger name, formatting

This commit is contained in:
FlorianMichael 2024-07-21 15:10:59 +02:00
parent 9d48917307
commit 398f339a8a
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ If you just want to use ViaAprilFools yourself you can check out some projects w
### Projects implementing ViaAprilFools
- [ViaProxy](https://github.com/ViaVersion/ViaProxy): Standalone proxy which uses ViaVersion to translate between Minecraft versions. Allows Minecraft 1.7+ clients to join to any version server.
- [ViaFabricPlus](https://github.com/ViaVersion/ViaFabricPlus): Fabric mod for the latest Minecraft version with QoL fixes and enhancements to the gameplay.
- [ViaFabric](https://github.com/ViaVersion/ViaFabric): Client-side and server-side ViaVersion implementation for Fabric
- [ViaFabric](https://github.com/ViaVersion/ViaFabric): Client-side and server-side ViaVersion implementation for Fabric
## Releases
### Gradle/Maven

View File

@ -28,7 +28,7 @@ import java.util.logging.Logger;
public class ViaFabricAddon implements ViaAprilFoolsPlatform, Runnable {
private final Logger logger = new LoggerWrapper(LogManager.getLogger("ViaRewind"));
private final Logger logger = new LoggerWrapper(LogManager.getLogger("ViaAprilFools"));
private File configDir;
@Override

View File

@ -1,6 +1,6 @@
/*
* This file is part of ViaRewind - https://github.com/ViaVersion/ViaRewind
* Copyright (C) 2018-2024 ViaVersion and contributors
* This file is part of ViaAprilFools - https://github.com/RaphiMC/ViaAprilFools
* Copyright (C) 2021-2024 RK_01/RaphiMC and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by