vinceh121 / Minegasm-fabric

Fabric port of RainbowVille's mod: minegasm-fabric = Fabric + teledildonics
GNU Affero General Public License v3.0
7 stars 3 forks source link

Remove debug print from ClientPlayerEntityMixins #2

Closed SebaSphere closed 2 years ago

SebaSphere commented 2 years ago

I'd recommend removing or using the logger for anything pushed with System.out.println() 🙂

vinceh121 commented 2 years ago

It's indeed better to use the logger than direct stdout, though that was a Debug Print:tm: that I forgot to remove, you might as well remove this log also.

SebaSphere commented 2 years ago

ah, of course, the debug print 🤣

I'll update this PR