GeyserMC / MCProtocolLib

A library for communication with a Minecraft client/server.
MIT License
714 stars 201 forks source link

Add Slf4j #808

Closed AlexProgrammerDE closed 1 month ago

Camotoy commented 1 month ago

I'd rather not use Lombok, and would prefer for the logger to just be created statically, unless there's an easy benefit to Lombok log creation. Mainly it should help any case clear where the logger is no longer used by marking the variable unused. Plus, it's one line, if I'm correct.

Camotoy commented 1 month ago

Once we finalize using Lombok or not here, I'll merge.

AlexProgrammerDE commented 1 month ago

Removed the annotation