stanhebben / MineTweaker3

Tweak your minecraft experience
65 stars 32 forks source link

server-side print won't print #436

Open Tcll opened 7 years ago

Tcll commented 7 years ago

I'm not sure if I'm just doing something wrong, or if I've actually found a bug. My script loads fine, but the print statements in the script don't show me what's loading. The only indication I have is that there's no errors and all my changes are done.

I'm running a 1.7.10 dedicated server with MT3 version 3.0.10B

EDIT: client side won't print either, so it may be a bug.

Tcll commented 7 years ago

It's NOT a bug, I'm just an idiot!

was expecting print() to print to the chat and/or terminal. turns out my prints were being logged instead of printed.

close this if you don't see anything wrong here. me, I think printing at least to the terminal would be very helpful and more appropriate.